Mercurial > prosody-wiki
changeset 6:f37413020065
Get rid of false wiki link for javascript.
author | dbb.google@liqd.org |
---|---|
date | Sun, 13 Sep 2009 15:53:14 +0000 |
parents | 64ea417e219d |
children | 9e5bdacd9a42 |
files | mod_openid.wiki |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_openid.wiki Sun Sep 13 15:47:31 2009 +0000 +++ b/mod_openid.wiki Sun Sep 13 15:53:14 2009 +0000 @@ -35,7 +35,7 @@ # Do an actual match on the OpenID realm (<font color="blue">_Medium_</font>) * The code currently always returns true for matches against an OpenID realm, posing a security risk. # Don't use plain text authentication over HTTP (<font color="red">_Hard_</font>) - * This would require some JavaScript to perform a digest. + * This would require some Javascript to perform a digest. # Return meaningful error responses (<font color="blue">_Medium_</font>) * Most error responses are an HTTP 404 File Not Found, obviously something more meaningful could be returned. # Enable Association (<font color="red">_Hard_</font>)