]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Redirect non-SSL hits to login & register actions to SSL if 'always' or 'sometimes...
authorBrion Vibber <brion@pobox.com>
Tue, 18 May 2010 21:52:17 +0000 (21:52 +0000)
committerBrion Vibber <brion@pobox.com>
Tue, 18 May 2010 21:52:17 +0000 (21:52 +0000)
commit14a76926a225dec3d29aeffa13ab7ece74f708e5
tree53cc27ed0e9d2629f4e54be8705a7b150d1b9f34
parent813bbc912d73910943b966d1be80f27c3ff3584a
Redirect non-SSL hits to login & register actions to SSL if 'always' or 'sometimes' SSL modes are kicked in.
The forms would already submit to SSL, but people are happier if they start on a secure page!

Note: this really should be done for sensitive/all URLs in index.php, but it seems a bit awkward to reconstruct the SSL version of the link atm. Cleanup todo!
actions/login.php
actions/register.php