diff options
author | Byron Jones <bjones@mozilla.com> | 2013-07-24 19:12:35 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-07-24 19:12:35 +0200 |
commit | 23dcf429e71dfb5301c32b42dc40e5a47d11ed98 (patch) | |
tree | fa6b93f7a05e289c77d2619bf42af8e04081a3d9 /extensions/Persona/template | |
parent | 929b49c3e8e5720b750cb35fe27d2d79744a3589 (diff) | |
download | bugzilla-23dcf429e71dfb5301c32b42dc40e5a47d11ed98.tar.gz bugzilla-23dcf429e71dfb5301c32b42dc40e5a47d11ed98.tar.xz |
Bug 897512: add support for proxies to the persona extension
Diffstat (limited to 'extensions/Persona/template')
-rw-r--r-- | extensions/Persona/template/en/default/admin/params/persona.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/Persona/template/en/default/admin/params/persona.html.tmpl b/extensions/Persona/template/en/default/admin/params/persona.html.tmpl index 5c060129b..ef3cf32d2 100644 --- a/extensions/Persona/template/en/default/admin/params/persona.html.tmpl +++ b/extensions/Persona/template/en/default/admin/params/persona.html.tmpl @@ -18,5 +18,7 @@ persona_includejs_url => "This is the URL needed by Persona to load the necessary " _ "javascript library for authentication. " _ "Example: <kbd>https://login.persona.org/include.js</kbd>." + persona_proxy_url => "The URL of a HTTPS proxy server (optional). " _ + "Example: <kbd>http://proxy.example.com:3128</kbd>." } %] |