From 175f9c1022672ae8d47c93ad0cf31084eb868ecb Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 27 Oct 2015 22:27:34 -0400 Subject: Bug 1217536 - allow inbound_proxy supports '*' --- 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 a2103c652..6cd13a49d 100644 --- a/template/en/default/admin/params/advanced.html.tmpl +++ b/template/en/default/admin/params/advanced.html.tmpl @@ -67,7 +67,9 @@ _ " user is the IP address of the proxy. If you enter a comma-separated" _ " list of IPs in this parameter, then $terms.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 => "$terms.Bugzilla may have to access the web to get notifications about" -- cgit v1.2.3-24-g4f1b