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:52:23 -0400 |
commit | dfce4c012f118c020305b7ce2f3e4fde26fab7b2 (patch) | |
tree | 92f2a44d6b16d665a4792895c634099013019c43 | |
parent | 890a1e1339001a82a78f766a1d13103271aadd09 (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); |