TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

PSA: Safari URL Correction Being Exploited by Scammers

17 点作者 sn_master10 个月前
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 条评论

jcrash10 个月前
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 个月前
Is there an example of somewhere posting these malformed URLs?
评论 #40917856 未加载