Live data from Hacker News

Google adds experimental setting to hide full URLs in Chrome 85 address bar

androidpolice.com

31–40 of 733 posts

Re: Google adds experimental setting to hide full URLs in Chrome 85 address bar

#31

Isn't this a good example of "feature creep"? I dont see any reason why it makes a browser more useful when the URL is partially hidden. It reminds me of a company which developed a product which was more or less done. So the SWE manager and the product manager made up new (pretty useless) features just to tell their bosses the devs are busy and the team must stay intact.

It makes their serving of AMP less transparent, which is a good thing for them. I guess.

Re: Google adds experimental setting to hide full URLs in Chrome 85 address bar

#32

Earlier quoted context omitted.

Subdomains are part of the URI authority component so they should be shown. It will look like `something.github.io` or whatever.

www is dropped from the url, so I don't believe that's the case

Chrome is/has/was special-cased dropping the display of the "www." prefix, and that one only, for a while now.

Re: Google adds experimental setting to hide full URLs in Chrome 85 address bar

#33

Isn't this a good example of "feature creep"? I dont see any reason why it makes a browser more useful when the URL is partially hidden. It reminds me of a company which developed a product which was more or less done. So the SWE manager and the product manager made up new (pretty useless) features just to tell their bosses the devs are busy and the team must stay intact.

Just to play the devil advocate, removing the url bar gives slightly more room to display the website.

Re: Google adds experimental setting to hide full URLs in Chrome 85 address bar

#34
post #12

Earlier quoted context omitted.

Safari has an option to include the full URL. As a developer, I need the full URL so I turn on the option. If Chrome by some miracle actually goes through with this, I'll try to see if I can get around it (because at the end of the day, everyone uses chrome and chrome dev tools are by far the best).

> chrome dev tools are by far the best How are they better than those in Firefox? It looks like you did a thorough analysis.

Chrome dev tool used to be far better than any native alternative. Including Firefox, but Firefox has caught up. A tad too late as Firefox had, prior to chrome, the best native dev tool.

Re: Google adds experimental setting to hide full URLs in Chrome 85 address bar

#35
post #14

At chrome://flags there is one called #omnibox-context-menu-show-full-urls, which I have turned on. This enables you to right click on the address bar, and turn on the option "Always show full URLs". It will always shows the full URL including the protocol, but I suspect they will remove this flag at some point.

A heads up for those with lots of tabs open: This requires a browser restart, and setting it once seems to set it for all profiles.

Re: Google adds experimental setting to hide full URLs in Chrome 85 address bar

#36
post #33

Isn't this a good example of "feature creep"? I dont see any reason why it makes a browser more useful when the URL is partially hidden. It reminds me of a company which developed a product which was more or less done. So the SWE manager and the product manager made up new (pretty useless) features just to tell their bosses the devs are busy and the team must stay intact.

Just to play the devil advocate, removing the url bar gives slightly more room to display the website.

It isn’t removing the url bar. It’s hiding the full address of the website in the URL box. Your screen real estate is exactly the same.

Re: Google adds experimental setting to hide full URLs in Chrome 85 address bar

#37

Earlier quoted context omitted.

Subdomains are part of the URI authority component so they should be shown. It will look like `something.github.io` or whatever.

www is dropped from the url, so I don't believe that's the case

It is, there’s a long special list for domains that host arbitrary subdomains, GitHub pages is one of them. It’s explained well in https://youtu.be/0-wB1VY3Nrc

Re: Google adds experimental setting to hide full URLs in Chrome 85 address bar

#38
post #4

This might be harmful to github pages where it would hide the repository name. If they include this without offering an option to turn it off, I will quit using Chrome.

I switched to Firefox the moment they hid the `www` prefix.

Re: Google adds experimental setting to hide full URLs in Chrome 85 address bar

#39
post #20

I can see the arguments for why this might be advantageous security-wise. I just hope they make it easy to disable (and it remains possible to disable in future) for those of us who are technically minded and are able to read URLs.

To enable the old behaviour you need to edit a browser flag. I don't know of any of the flags that disable Google 'engagement' features which have been kept around over the long term. The flags I've had to set in the past have all been removed after a few months.

Two recent examples off the top of my head are the recommended stories on the new tab page and the ability to disable images appearing in the omnibox.

Re: Google adds experimental setting to hide full URLs in Chrome 85 address bar

#40
post #2

Can see this being exploited in some fashion for phishing attacks..

While I don’t welcome hiding full URLs at all and won’t use any browser that doesn’t allow to turn that off easily, this matter is more or less orthogonal to phishing.

If domain-owning organization fails to prevent a third party from hosting a phishing site under a path or a subdomain, that third party is likely well-positioned to deface the existing pages. With a subtle alteration (scripts that capture credentials and transmit them out), the existing pages grant an attacker all of the users with no extra effort—as opposed distributing a link to a fake page, convincing the user that the page is legit, and in the end getting a fraction of the user base.

Post reply on HN