From 23dcf429e71dfb5301c32b42dc40e5a47d11ed98 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 25 Jul 2013 01:12:35 +0800 Subject: Bug 897512: add support for proxies to the persona extension --- extensions/Persona/template/en/default/admin/params/persona.html.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extensions/Persona/template/en/default/admin/params/persona.html.tmpl') 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: https://login.persona.org/include.js." + persona_proxy_url => "The URL of a HTTPS proxy server (optional). " _ + "Example: http://proxy.example.com:3128." } %] -- cgit v1.2.3-24-g4f1b