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:
parent
34b6b86c76
commit
65c3abcd40
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue