steven36 Posted February 26, 2020 Share Posted February 26, 2020 As part of the Megabar address bar/Quantum bar design update 1, to improve the readability of results that appear in the dropdown of the address bar, Mozilla has removed https:// and WWW. prefixes from URLs in Firefox 75 version which is currently in Nightly. The company believes this as the right step as Chrome also does the same. However, http:// prefix will still be displayed for URLbar results and there is no change in the way Firefox displays a website URL in the address bar. “Other browsers have already taken this step, we should follow suit to enhance readability” the bug report reads. For the unknown, Mozilla has been working on the new address bar design for Firefox for some time and the new design is currently enabled by default in Firefox Nightly. Till now Mozilla hasn’t made the change in the results view so that users can visit an encrypted site without any difficulty, with most of the sites switched to HTTPS Mozilla considers this as safe move. Verdi mentioned that in order to display more meaningful content in the view, we should look into hiding https:// there. Historically we didn’t do that so that the user would know beforehand whether they’ll go to an encrypted site. Now that most sites use https, I think it makes sense to flip that around, i.e. show http:// and other protocols but hide https://. In the input we’ll still show https:// and hide http://. Changing that in the future is an option but will require more invasive changes to URI fixup. While the current awesome bar design with suggestions displayed looks wider, the megabar looks truncated or narrowed. You can see the difference between old and new address bar results with the dropping of WWW. and https:// in the below screenshots. Firefox address bar results without https:// and www Firefox normal address bar results Source Link to comment Share on other sites More sharing options...
Ecarion Posted February 26, 2020 Share Posted February 26, 2020 // I will assume even today nothing has changed and it's another bad point for Mozilla ! lockPref("browser.urlbar.formatting.enabled",false); lockPref("browser.urlbar.trimURLs",false); lockPref("network.IDN_show_punycode",true); // Discover the first time when Firefox-v73 was in the channel Nightly lockPref("browser.urlbar.megabar",false); lockPref("security.identityblock.show_extended_validation",true); lockPref("security.secure_connection_icon_color_gray",false); Awesome ? From my point of view, the answer is clearly no. Mozilla has made several mistakes and despite the time (years) no they didn't learn anything ! Because if you really care about the security, you must rectify these settings. Link to comment Share on other sites More sharing options...
steven36 Posted February 26, 2020 Author Share Posted February 26, 2020 47 minutes ago, Ecarion said: Mozilla has made several mistakes and despite the time (years) no they didn't learn anything ! That why i been using Firefox forks as my default browser every since Cyberfox came out they closed so i use other forks now . Firefox is just a spare browser on Linux .I find it better on Windows so that i use it as default on Windows but i hardly use Windows . Edit : I guess they will be someway to put it back i seen how to make your own extension for chromium for this and i still have https and www. This is on chromium dev v81 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.