diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-04-03 12:51:43 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-04-03 12:51:43 -0400 |
commit | e2898db087c5ae43587235ce3c97b11fff5867a4 (patch) | |
tree | d0891b797b7ca077dd43ca8d5f777d2003d1c671 | |
parent | 26194cd1d6dbd7ceb021b8e215e7a7ad7b29116f (diff) |
add finishaddopenid to list of sensitive pages to use with ssl
-rw-r--r-- | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index f08e70754..73410e289 100644 --- a/lib/util.php +++ b/lib/util.php @@ -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); |