-
Notifications
You must be signed in to change notification settings - Fork 1
/
foxyproxy.xml
84 lines (84 loc) · 6.1 KB
/
foxyproxy.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="UTF-8"?>
<foxyproxy mode="3747610215" selectedTabIndex="0" toolbaricon="true" toolsMenu="true" contextMenu="true" advancedMenus="false" previousMode="disabled" resetIconColors="true" useStatusBarPrefix="true" excludePatternsFromCycling="false" excludeDisabledFromCycling="false" ignoreProxyScheme="false">
<random includeDirect="false" includeDisabled="false"/>
<statusbar icon="true" text="false" left="contextmenu" middle="contextmenu" right="contextmenu" width="0"/>
<toolbar left="contextmenu" middle="contextmenu" right="contextmenu"/>
<warnings white-patterns="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="17"/>
<proxies>
<proxy name="SSH" id="1119809376" notes="" enabled="true" mode="manual" selectedTabIndex="1" lastresort="false" animatedIcons="true" includeInCycle="true" color="#E60099" proxyDNS="true" noInternalIPs="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="55114" socksversion="5" isSocks="true"/>
</proxy>
<proxy name="Privoxy/Tor" id="1119809376" notes="" enabled="true" mode="manual" selectedTabIndex="1" lastresort="false" animatedIcons="true" includeInCycle="true" color="#0055E5" proxyDNS="true" noInternalIPs="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="8118" socksversion="5" isSocks="false"/>
</proxy>
<proxy name="Default" id="3747610215" notes="These are the settings that are used when no patterns match a URL." enabled="true" mode="direct" selectedTabIndex="0" lastresort="true" animatedIcons="false" includeInCycle="true" color="#FF0000" proxyDNS="true" noInternalIPs="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"/>
</proxy>
</proxies>
<logg enabled="false" maxSize="500" noURLs="false" header="<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<link rel="icon" href="http://getfoxyproxy.org/favicon.ico"/>
<link rel="shortcut icon" href="http://getfoxyproxy.org/favicon.ico"/>
<link rel="stylesheet" href="http://getfoxyproxy.org/styles/log.css" type="text/css"/>
</head>
<body>
<table class="log-table">
<thead>
<tr>
<td class="heading">${timestamp-heading}</td>
<td class="heading">${url-heading}</td>
<td class="heading">${proxy-name-heading}</td>
<td class="heading">${proxy-notes-heading}</td>
<td class="heading">${pattern-name-heading}</td>
<td class="heading">${pattern-heading}</td>
<td class="heading">${pattern-case-heading}</td>
<td class="heading">${pattern-type-heading}</td>
<td class="heading">${pattern-color-heading}</td>
<td class="heading">${pac-result-heading}</td>
<td class="heading">${error-msg-heading}</td>
</tr>
</thead>
<tfoot>
<tr><td/></tr>
</tfoot>
<tbody>" row="
<tr>
<td class="timestamp">${timestamp}</td>
<td class="url"><a href="${url}">${url}</a></td>
<td class="proxy-name">${proxy-name}</td>
<td class="proxy-notes">${proxy-notes}</td>
<td class="pattern-name">${pattern-name}</td>
<td class="pattern">${pattern}</td>
<td class="pattern-case">${pattern-case}</td>
<td class="pattern-type">${pattern-type}</td>
<td class="pattern-color">${pattern-color}</td>
<td class="pac-result">${pac-result}</td>
<td class="error-msg">${error-msg}</td>
</tr>" footer="
</tbody>
</table>
</body>
</html>"/>
</foxyproxy>