@aral Hmm. What would the usecase be for localhost HTTPS in the first place? AFAIK the HTTPS-only feature restrictions already don't apply for localhost.
@joepie91 Some do, some don’t. If you want to make sure you don’t get any surprises during production, it’s best to make your development environment match your production environment as much as possible.
@joepie91 @aral Sometimes it's the code itself which checks whether it is running under https and tries to redirect from http to https on the same hostname.