@Yannick It was merged very recently (less than 24hrs ago) so it didn't make it in time for this RC I believe.
@serko the fix is in the pipeline, it will ship soon. Here's how we've updated the behaviour of the browser:
Now if you enter a URL in the address bar without a scheme (e.g. serko.nyc
), the app will automatically prefix with:
https
if you have "Automatic HTTPS upgrade" enabled
http
if you have "Automatic HTTPS upgrade" disabled
In the meantime "Automatic HTTPS upgrade", still continues to work as a mechanism to upgrade links to HTTPS when you click links that have the scheme set to http
and belong to known safe domains.
If you have "Automatic HTTPS upgrade" enabled and you explicitely want to access an HTTP resource, then you'll have to opt in by typing it out (e.g. http://serko.nyc
).
We found this offered the best compromise while also giving maximum control to users.
Thank you for taking the time to report this issue and in the process help making Orion a better browser!