Open
Description
In master, the admin login form on /admin sends the login credentials to http even when it is called on https. Also, css and svg files in admin won't load for me because of the mixed protocol. Apparently Firefox blocks loading unsecure resources on secured sites. I will investigate further and keep this ticket updated.
Relevant lines (serving as notes for myself and everyone investigating not familiar with the code yet):
https://github.com/posativ/isso/blob/master/isso/views/comments.py#L1099