merged sslcookie-auto

master
Joey Hess 2010-11-29 16:32:23 -04:00
parent 3697a684df
commit 5f4f0b5bdd
2 changed files with 5 additions and 0 deletions

3
debian/changelog vendored
View File

@ -7,6 +7,9 @@ ikiwiki (3.20101130) UNRELEASED; urgency=low
* API: urlto without a defined second parameter now generates an url
that starts with "/" (when possible; eg when the site's url and cgiurl
are on the same domain).
* Now when users log in via https, ikiwiki sends a secure cookie, that can
only be used over https. If the user switches to using http, they will
need to re-login. (smcv)
-- Joey Hess <joeyh@debian.org> Mon, 29 Nov 2010 14:44:13 -0400

View File

@ -32,3 +32,5 @@ get a secure session cookie, but if you log in over HTTP, you won't.
> first, so that dual https/http sites can better be set up. --[[Joey]]
>> Thanks for merging that! :-) --s
[[merged|done]] --[[Joey]]