It is recommended to disable CDN acceleration for deno.land.
See original GitHub issueI’m on a network that’s reporting a 403 Forbidden error, which seems to be due to a deno. land is using a restriction imposed by the cdn accelerator, which has to do a human check…
> deno run https://deno.land/std/examples/curl.ts https://example.com
Download https://deno.land/std/examples/curl.ts
error: Import 'https://deno.land/std/examples/curl.ts' failed: 403 Forbidden
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
It is recommended to disable CDN acceleration for deno.land.
I'm on a network that's reporting a 403 Forbidden error, which seems to be due to a deno. land is using a restriction...
Read more >Packages from CDNs | Manual - Deno
The provide packages and modules in the ES Module format, irrespective of how they are published on npm. They resolve all the dependencies...
Read more >esm@v45 - Deno
This is useful for deno type checks (link). figure #1. You can pass the no-check query to disable the X-TypeScript-Types header if some...
Read more >Deno Third Party Modules
deno.land/x is a hosting service for Deno scripts. It caches releases of open-source modules stored on GitHub and serves them at an easy-to-remember...
Read more >What is Deno and How is it Different from Node.js?
Deno seeks to provide a more complete and ready-to-use environment that facilitates and accelerates development. It provides a standard set ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
No what you are experiencing is denoland/deno_website2#1684.
I am not sure if this is related, but going to any link like https://deno.land/std/examples/curl.ts sends me to https://www.cloudflare-terms-of-service-abuse.com/streaming.ts. Is this because I’m using a browser?