TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

PSA: Safari URL Correction Being Exploited by Scammers

17 pointsby sn_master10 months ago
Update: This has been a known issue in other browsers since 2015 at least. My guess is it&#x27;s been since fixed in Chrome&#x2F;Firefox but not yet in Safari.<p>https:&#x2F;&#x2F;superuser.com&#x2F;questions&#x2F;888283&#x2F;why-is-https-www-google-com-getting-redirected-to-http-www-https-com-www-goo<p>Scenario:<p>Copy-paste or type any URL beginning with `https&#x2F;&#x2F;` (missing colon before `&#x2F;&#x2F;).<p>Expected:<p>Invalid URL page (like Chrome does).<p>Actual:<p>It redirects to `https.com` which is a scam website that has random redirection based on the IP address to a variety of scam websites. When I tried it, my first few were to a tech support scam website, the others were all to similar exploiting ones (all from US IP address).<p>Tries from IP addresses of other countries also redirect to other random websites that are also of questionable nature.<p>Root Cause:<p>It seems like Safari always puts `.com` when URL does not have a TLD. e.g Typing `something&#x2F;&#x2F;` automatically goes to `something.com` While most cases this seems like helpful behavior, in this particular case of `https&#x2F;&#x2F;` only bad things are happening, and looks like scammers figured this out and are exploiting it in the wild.<p>I don&#x27;t know when this started, but it seems like `https.com` has been owned by the same entity since 2008 at least.<p>`https:&#x2F;&#x2F;whois.domaintools.com&#x2F;https.com`

2 comments

jcrash10 months ago
Thanks for posting this.<p>&gt;It seems like Safari always puts `.com` when URL does not have a TLD<p>This doesn&#x27;t even seem that helpful of a redirect! Plenty of sites don&#x27;t use .com. Might be better to turn off this functionality completely.
评论 #40917695 未加载
crtasm10 months ago
Is there an example of somewhere posting these malformed URLs?
评论 #40917856 未加载