Live data from Hacker News

Chromium uses web search for .internal TLD instead of opening URL

issues.chromium.org

31–40 of 96 posts

Re: Chromium uses web search for .internal TLD instead of opening URL

#31
post #30

What a bizarre response from Google, a couple hours after this was posted: > @Reporter: As we are not very clear about the issue being faced by you, could you please elaborate on the same by providing detailed manual repro steps to reproduce the issue from our end. > Also requesting you to share the expected, actual behaviours along with screen-cast for better understanding of the issue. > *Note: Requesting you to co…

probably just an ai or unskilled triage tech responding?

Maybe outsourced?

Re: Chromium uses web search for .internal TLD instead of opening URL

#33

Earlier quoted context omitted.

Isn't .local specific to 'rendezvous' tech anyway? I forget the generic name but it was Apple that put it on the map under this name. But I mean that serverless broadcast protocol. What I do is I just bought a domain and use that together with DNS-based SSL. It's a bit hard to set up with every different SSL server but it's doable.

The non Apple name is multicast DNS or mDNS. mDNS is exclusive to .local, but not necessarily the other way around. From its Wikipedia entry: "By default, mDNS exclusively resolves hostnames ending with the .local top-level domain. This can cause problems if .local includes hosts that do not implement mDNS but that can be found via a conventional unicast DNS server. Resolving such conflicts requires network-configura…

Per https://www.iana.org/assignments/special-use-domain-names/sp... and https://www.rfc-editor.org/rfc/rfc6761.html .local. is only for mDNS, but as with any other name you can always misuse it (see .corp. .dev. etc.).

I notice .alt. now exists.

Re: Chromium uses web search for .internal TLD instead of opening URL

#34

Can’t you usually force it to skip the search by prefixing with the schema? Certainly if I type in http://example.internal and press enter, I would be very displeased to have that turn into a Google search regardless of whether the part after the // fits some regex or whatever else internal to the browser.

Adding a trailing / does it as well.

Re: Chromium uses web search for .internal TLD instead of opening URL

#35

Can’t you usually force it to skip the search by prefixing with the schema? Certainly if I type in http://example.internal and press enter, I would be very displeased to have that turn into a Google search regardless of whether the part after the // fits some regex or whatever else internal to the browser.

[deleted]

Re: Chromium uses web search for .internal TLD instead of opening URL

#36
Also a good argument for, if you run internal-network only resources, to purchase and use an actual domain for it (such as companyname.us or whatever).

Publish a zone file for the domain as authoritative master and secondary on an internet facing DNS server, but have basically no records in the zone (no useful A or CNAME or anything else).

Host the actual DNS for your internal services on your internally-accessible-only DNS server.

Re: Chromium uses web search for .internal TLD instead of opening URL

#37

Earlier quoted context omitted.

We had them separated once upon a time. UX was arguably worse.

Personally I like them separate. But I’ve been working with folks who are not very computer literate at all and I think I agree with you. If one doesn’t know what a URL is in the first place, how would one distinguish which box to type in?

It's because of the omnibox that people no longer know what an URL is.

Re: Chromium uses web search for .internal TLD instead of opening URL

#38
post #21

Earlier quoted context omitted.

We had them separated once upon a time. UX was arguably worse.

I have them separated in firefox because i find it superior.

Me too. I search through both URL bar and search bar, and sometimes I use the search bar as a scratchpad of sorts – very convenient IMO.

Re: Chromium uses web search for .internal TLD instead of opening URL

#39

Also a good argument for, if you run internal-network only resources, to purchase and use an actual domain for it (such as companyname.us or whatever). Publish a zone file for the domain as authoritative master and secondary on an internet facing DNS server, but have basically no records in the zone (no useful A or CNAME or anything else). Host the actual DNS for your internal services on your internally-accessible-o…

Also can use DNS validation with Let’s Encrypt this way!

Re: Chromium uses web search for .internal TLD instead of opening URL

#40
post #19
post #7

Is the motivation known for this change? Any clue from commit history?

There has not been a change, it's always worked like this. ICANN only reserved *.internal for use in internal networks a few months ago.

This. I suppose they use a list of TLDs to check if something looks like a domain, and .internal is not on the list and needs to be hardcoded.
Post reply on HN