diff options
author | mkanat%bugzilla.org <> | 2009-12-31 13:53:19 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-12-31 13:53:19 +0100 |
commit | 8d2b07ea05e895f040d1805221135bfb68dc7f7c (patch) | |
tree | 0e7abffa238bf380bd944971915c247773abd93a /template/en/default/admin | |
parent | 1a4a843db26f6c3c208fa5dfdca7933b7cb76db2 (diff) | |
download | bugzilla-8d2b07ea05e895f040d1805221135bfb68dc7f7c.tar.gz bugzilla-8d2b07ea05e895f040d1805221135bfb68dc7f7c.tar.xz |
Bug 527586: Use X-Forwarded-For instead of REMOTE_ADDR for trusted proxies
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
Diffstat (limited to 'template/en/default/admin')
-rw-r--r-- | template/en/default/admin/params/advanced.html.tmpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/template/en/default/admin/params/advanced.html.tmpl b/template/en/default/admin/params/advanced.html.tmpl index d3fe449f8..4caa2f1dc 100644 --- a/template/en/default/admin/params/advanced.html.tmpl +++ b/template/en/default/admin/params/advanced.html.tmpl @@ -32,6 +32,14 @@ _ " one hostname pointing at the same web server, and you" _ " want them to share the $terms.Bugzilla cookie.", + inbound_proxies => + "When inbound traffic to $terms.Bugzilla goes through a proxy," + _ " $terms.Bugzilla thinks that the IP address of every single" + _ " 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" + _ " <code>X-Forwarded-For</code> header sent from those IPs," + _ " and use the value of that header as the end user's IP address.", + proxy_url => "$terms.Bugzilla may have to access the web to get notifications about" _ " new releases (see the <tt>upgrade_notification</tt> parameter)." |