1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00

Use https for the demo

Without HTTPS it might be possible for a MITM to inject arbitrary code into the "thumb.ts" response which Deno would then execute.
This commit is contained in:
Steven Liekens 2018-11-11 14:54:38 +01:00 committed by Ryan Dahl
parent 34b6b86c76
commit 65c3abcd40

View file

@ -71,7 +71,7 @@ scripts to be executed._
Try it:
```
> deno http://deno.land/thumb.ts
> deno https://deno.land/thumb.ts
```
See also [deno_install](https://github.com/denoland/deno_install).