maciakl / MarkdownJournal

Plain text journaling with Markdown and Dropbox on the Sinatra platform.
http://markdownjournal.com
46 stars 7 forks source link

Make sure Write button points to https #11

Closed maciakl closed 10 years ago

maciakl commented 10 years ago

Currently logging in will automatically put user in https mode via a redirect. If the user leaves the page then visits it again via regular http and hits the write button she won't be sent to https site.

This can probably be done on server side by forcing HTTPS.

Alternatively: