diff options
author | Dylan William Hardison <dylan@hardison.net> | 2016-07-04 17:43:44 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2016-07-08 18:09:52 +0200 |
commit | dfc33c89b8cac25951867a2e6821120c92bb055b (patch) | |
tree | f9879d1afdaf0c4b2928d32306cf8ec56aa73607 /template | |
parent | 3f75ddd65da6a5753fa90b429ed6f43b4eeae088 (diff) | |
download | bugzilla-dfc33c89b8cac25951867a2e6821120c92bb055b.tar.gz bugzilla-dfc33c89b8cac25951867a2e6821120c92bb055b.tar.xz |
Bug 1284277 - allow inbound_proxy to be set to '*'
r=dkl
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/params/advanced.html.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/admin/params/advanced.html.tmpl b/template/en/default/admin/params/advanced.html.tmpl index 1f24c7d06..1aedc9f9b 100644 --- a/template/en/default/admin/params/advanced.html.tmpl +++ b/template/en/default/admin/params/advanced.html.tmpl @@ -54,7 +54,9 @@ _ " user is the IP address of the proxy. If you enter a comma-separated" _ " list of IPs in this parameter, then Bugzilla will trust any" _ " <code>X-Forwarded-For</code> header sent from those IPs," - _ " and use the value of that header as the end user's IP address.", + _ " and use the value of that header as the end user's IP address." + _ " If set to a *, $terms.Bugzilla will trust the first value in the " + _ " X-Forwarded-For header.", proxy_url => "Bugzilla may have to access the web to get notifications about" |