projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26194cd
)
add finishaddopenid to list of sensitive pages to use with ssl
author
Evan Prodromou
<evan@controlyourself.ca>
Fri, 3 Apr 2009 16:51:43 +0000
(12:51 -0400)
committer
Evan Prodromou
<evan@controlyourself.ca>
Fri, 3 Apr 2009 16:51:43 +0000
(12:51 -0400)
lib/util.php
patch
|
blob
|
history
diff --git
a/lib/util.php
b/lib/util.php
index f08e707549b2746b7c12b19a1ff5e56b01da411e..73410e2891b98dd1166eb8cd4e3db6c3057a64f9 100644
(file)
--- 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);