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/lib/Config.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'extensions/Persona/lib/Config.pm') diff --git a/extensions/Persona/lib/Config.pm b/extensions/Persona/lib/Config.pm index 99c547b16..9c483cb51 100644 --- a/extensions/Persona/lib/Config.pm +++ b/extensions/Persona/lib/Config.pm @@ -27,7 +27,12 @@ sub get_param_list { name => 'persona_includejs_url', type => 't', default => 'https://login.persona.org/include.js', - } + }, + { + name => 'persona_proxy_url', + type => 't', + default => '', + }, ); return @param_list; -- cgit v1.2.3-24-g4f1b