forked from GNUsocial/gnu-social
add finishaddopenid to list of sensitive pages to use with ssl
This commit is contained in:
parent
26194cd1d6
commit
e2898db087
@ -723,7 +723,7 @@ function common_local_url($action, $args=null, $params=null, $fragment=null)
|
|||||||
{
|
{
|
||||||
static $sensitive = array('login', 'register', 'passwordsettings',
|
static $sensitive = array('login', 'register', 'passwordsettings',
|
||||||
'twittersettings', 'finishopenidlogin',
|
'twittersettings', 'finishopenidlogin',
|
||||||
'api');
|
'finishaddopenid', 'api');
|
||||||
|
|
||||||
$r = Router::get();
|
$r = Router::get();
|
||||||
$path = $r->build($action, $args, $params, $fragment);
|
$path = $r->build($action, $args, $params, $fragment);
|
||||||
|
Loading…
Reference in New Issue
Block a user