From dfc33c89b8cac25951867a2e6821120c92bb055b Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Mon, 4 Jul 2016 11:43:44 -0400 Subject: Bug 1284277 - allow inbound_proxy to be set to '*' r=dkl --- template/en/default/admin/params/advanced.html.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'template') 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" _ " X-Forwarded-For 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" -- cgit v1.2.3-24-g4f1b