Live data from Hacker News

Chrome 69: “www.” subdomain missing from URL

bugs.chromium.org

231–240 of 919 posts

Re: Chrome 69: “www.” subdomain missing from URL

#231

Earlier quoted context omitted.

>there's a difference between "www.example.com" and "example.com" Can you link to a site where these two are different?

From one of the comments there: http://www.pool.ntp.org vs http://pool.ntp.org One takes you to the website about the project, the other goes to a random ntp server.

[deleted]

Re: Chrome 69: “www.” subdomain missing from URL

#232
post #200
post #160

Earlier quoted context omitted.

> while foo.com and www.foo.com are controlled by the same people Sometimes. Far from always. In some environments, `www` may be under an entirely different administrative domain, with lesser authority than the top level domain which is delegating web services to the `www` group by way of creating a dns record and/or adding an http(s) redirect to the parent domain. Having some string values arbitrarily considered tri…

Isn't that simply due to internal politics? Whoever owns foo.com might delegate www.foo.com to someone else, but they ultimately control both.

Either way, www.example.com and example.com can differ in terms of IP address, underlying hardware, actual website content, and probably other things I don’t know. They are different URLs. It seems problematic to assume they are the same.

Re: Chrome 69: “www.” subdomain missing from URL

#233

I am in favor of the change. I do not think hiding technical information from non-technical users is a bad thing. Making it impossible for technical users to work it out is the bad thing. If technical users want their own browser mode, where all these things are readily available, then I'd be all for that. Clicking on the browser location bar should reveal the full URL. But the noise of the protocol, the www. prefix,…

True. The www. subdomain has been irrelevant for a very long time now and a great source of confusion for both users and developers who never know how to set their domains.

Re: Chrome 69: “www.” subdomain missing from URL

#234

Considering a subdomain "trivial" is ridiculous... there's a difference between "www.example.com" and "example.com". Not only can they serve different sites, they can even have different DNS records! It seems that "m." is also considered a trivial subdomain. So when a user clicks a link to a "m.facebook.com" uri, they'll be confused why FB looks different when the browser reports it's on "facebook.com". I sincerely h…

m. is where you often receive a feature degraded, app-walled, or sign-in walled website that isn't present on the full-featured website.

I want to know that I'm receiving a degraded version of a website and that maybe dropping the m. will restore it.

Re: Chrome 69: “www.” subdomain missing from URL

#235

I am in favor of the change. I do not think hiding technical information from non-technical users is a bad thing. Making it impossible for technical users to work it out is the bad thing. If technical users want their own browser mode, where all these things are readily available, then I'd be all for that. Clicking on the browser location bar should reveal the full URL. But the noise of the protocol, the www. prefix,…

It breaks how the web is supposed to function. There is no consensus on the utilization of subdomains and which ones are considered to be trivial. I could write an app which maps usernames to subdomains and Chrome would break this if a user had a username which was in the trivial list. I think Tumblr is a site which does this. It really isn't about technical or non-technical, it is about what subdomains can be used for.

Edit: well I was right, this breaks in the new Chrome, http://m.tumblr.com/ , tumblr usernames on the 'trivial' list are broken.

Re: Chrome 69: “www.” subdomain missing from URL

#236

Earlier quoted context omitted.

>The change was made for them, not for you Except, those same users also don't care about things in the address bar. So the change hurts the group of users that actually do care.

They didn't care so far because it was so confusing. The hope is that by showing something that's user-relevant (the name of the website name and the security level), it will become more useful for the average user. Why should a user see: https://www.wikipedia.org/wiki/Canada?utm=asdioasd&arg=j210d... when all they care about is "Wikipedia.org/wiki/Canada"?

Because there is a huge difference between those two:

  https://en.wikipedia.org/wiki/Canada
  https://fr.wikipedia.org/wiki/Canada

Re: Chrome 69: “www.” subdomain missing from URL

#237

Earlier quoted context omitted.

From one of the comments there: http://www.pool.ntp.org vs http://pool.ntp.org One takes you to the website about the project, the other goes to a random ntp server.

Those go to the same place for me

Not me.

http://www.pool.ntp.org/ redirects me to https://www.ntppool.org/en/.

http://pool.ntp.org/ takes me to an "It works!" default Apache 2 page for an Ubuntu installation. As the comment in the issue describes, http://pool.ntp.org/ takes you to a random ntp server.

If you want another example, try google.com using Google's own DNS:

  PS U:\> nslookup - 8.8.8.8
  Default Server:  google-public-dns-a.google.com
  Address:  8.8.8.8
  
  > google.com
  Server:  google-public-dns-a.google.com
  Address:  8.8.8.8
  
  Non-authoritative answer:
  Name:    google.com
  Addresses:  2607:f8b0:4009:810::200e
            172.217.8.206
  
  > www.google.com
  Server:  google-public-dns-a.google.com
  Address:  8.8.8.8
  
  Non-authoritative answer:
  Name:    forcesafesearch.google.com
  Addresses:  216.239.38.120
            216.239.38.120
  Aliases:  www.google.com
Even if you ultimately end up at the same site through redirects, you're clearly not going to the same site initially.

Re: Chrome 69: “www.” subdomain missing from URL

#238

I stumbled upon this bug too, and here's why this is not okay to me: For a couple of hours, I thought Citibank Singapore's website was down. If one tries accessing citibank.com.sg, there's no redirect to the www. subdomain. (That's still the case, if anyone wants to try.) If Chrome didn't hide the www., I would have been able to tell from Chrome's search/address bar that the various banking services that I've been ac…

It's not a shoddy implementation on Citibank's part. Google are just fucking the web over so we all have to fit their structure. This is standard incumbent behaviour, they are drawing up the moat bridge, inch by inch.

I think the downvotes here are uncalled-for. This is correct. Google is leveraging a dominant market position to make seemingly frivolous changes that will ultimately benefit them commercially.

Come on, you know where this is going: They are going to hide amp subdomain, so you don't know if you're looking at AMP or the actual destination. And then suddenly the whole world funnels through AMP.

Re: Chrome 69: “www.” subdomain missing from URL

#239

Earlier quoted context omitted.

Why not drop .com then as well? Most sites are on .com domains after all. It is exactly the same issue. A domain is a domain. Google is arbitrarily dictating your CNAME from the user's perspective. What if you don't serve your site off of mysite.com is google going to automatically try again at www.mysite.com? What if you have distinct content at both domains? This decision is stupid.

Yes, why not drop URL's altogether then? Why display such "technical" things for the plebes?

Sure, "I'm feeling lucky!" should suffice /s

Re: Chrome 69: “www.” subdomain missing from URL

#240
post #130

Earlier quoted context omitted.

The padlock was already meaningless.

It started being meaningless thanks to Let's Encrypt. Before it meant you had to show your ID and banking info to a "reputable" corporation for them to make a cert for you. Yes I know I know, not always the case, but... LE means that the mantra "if it's https then it's a secure and reputable website" is now outdated.

are you that Comodo guy?
Post reply on HN