-
Notifications
You must be signed in to change notification settings - Fork 12
Description
I'd like to propose a feature that if a website is not available over https that the plugin will automatically load the website over http.
This does however have a security implication, active attackers can force you to connect over http by blocking https packets. The risk of this could be mitigated by keeping track of whether sites have been visited successfully over https previously and refusing to accept http in that case.
By having the plugin load pages over http automatically if https is not available, the plugin becomes a lot more convenient to use. I propose making this user configurable so that users can choose their security level.
Alternatively a shortcut can also be implemented to reload the page with http:// prefixed to the url. With current behavior, having to type that your self, it's not as convenient as it can be.
Another nice addition would be having an extra warning symbol like a red cross in your url bar to draw attention to the fact that the plugin loaded the page over http because https was unavailable.