Settings

Theme

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

3 points by hartleybrody 3 years ago · 1 comment · 1 min read


    >  curl https://unpkg.com/leaflet@1.7.1/dist/leaflet.css

    <!DOCTYPE html>
    <html lang="en-US">
    <head>
        <title>Just a moment...</title>
    ... a bunch of HTML
jw1224 3 years ago

Yes, seems to be an issue with CloudFlare's JS challenge page interrupting the resource request: https://github.com/mjackson/unpkg/issues/343

I was able to hastily fix this in production by migrating to jsdeliver: https://www.jsdelivr.com/unpkg

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection