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