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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Anyone else getting Cloudflare checkpoint pages returned from unpkg CDN?

3 点作者 hartleybrody超过 2 年前
<p><pre><code> &gt; curl https:&#x2F;&#x2F;unpkg.com&#x2F;leaflet@1.7.1&#x2F;dist&#x2F;leaflet.css &lt;!DOCTYPE html&gt; &lt;html lang=&quot;en-US&quot;&gt; &lt;head&gt; &lt;title&gt;Just a moment...&lt;&#x2F;title&gt; ... a bunch of HTML</code></pre>

1 comment

jw1224超过 2 年前
Yes, seems to be an issue with CloudFlare&#x27;s JS challenge page interrupting the resource request: <a href="https:&#x2F;&#x2F;github.com&#x2F;mjackson&#x2F;unpkg&#x2F;issues&#x2F;343" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mjackson&#x2F;unpkg&#x2F;issues&#x2F;343</a><p>I was able to hastily fix this in production by migrating to jsdeliver: <a href="https:&#x2F;&#x2F;www.jsdelivr.com&#x2F;unpkg" rel="nofollow">https:&#x2F;&#x2F;www.jsdelivr.com&#x2F;unpkg</a>