2
HTTP clients such as web browsers have been adding the http:
scheme to URLs when the user enters example.com
without being very specific. This will result in an request to http://example.com/
.
Is it possible to make Firefox assume https:
instead such that example.com
gets written as https://example.com/
? When explicitly asking for http://example.com/
, it should not be rewritten though.
1HTTPS Everywhere seems to work with a whitelist, but it does not avoid having me to type
https://
for new domains. I have HSTS enabled for my own domains, but it does not help with other sites. Thanks for the suggestion though! – Lekensteyn – 2015-04-05T10:54:58.463Time to recompile Firefox then. Or maybe see if the source for HTTPS Everywhere is available. Should be easy to change the whitelist lookup you mention with an "if (true)". Use the source Luke! – Ronald Evers – 2015-04-06T11:38:59.440