diff options
| author | orbiter <mc@yacy.net> | 2012-12-10 20:59:43 +0100 |
|---|---|---|
| committer | orbiter <mc@yacy.net> | 2012-12-10 20:59:43 +0100 |
| commit | 7f5526e6ef4c2aab785fa5bcb79d8c054e45f53c (patch) | |
| tree | 9415b9f464c08236b79352ca9c02ef4f13590b48 /htroot | |
| parent | 1228a5798d81a0f38e02705b59ef754423c45f61 (diff) | |
allow larger no-proxy expressions
Diffstat (limited to 'htroot')
| -rw-r--r-- | htroot/Settings_Proxy.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/Settings_Proxy.inc b/htroot/Settings_Proxy.inc index 133b03448..8b247a950 100644 --- a/htroot/Settings_Proxy.inc +++ b/htroot/Settings_Proxy.inc @@ -53,7 +53,7 @@ <!-- no remote proxy pattern -->
<tr valign="top">
<td><label for="no_prxy">No-proxy adresses</label>:</td>
- <td colspan="2"><input name="remoteProxyNoProxy" type="text" id="no_prxy" size="32" maxlength="128" value="#[remoteProxyNoProxy]#" /></td>
+ <td colspan="2"><input name="remoteProxyNoProxy" type="text" id="no_prxy" size="32" maxlength="5000" value="#[remoteProxyNoProxy]#" /></td>
<td>IP addresses for which the remote proxy should not be used</td>
</tr>
|
