summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Liekens <steven.liekens@gmail.com>2018-11-11 14:54:38 +0100
committerRyan Dahl <ry@tinyclouds.org>2018-11-11 06:24:06 -0800
commit65c3abcd403173ee93b952bcb52d1df719d6dc23 (patch)
tree4b6bb730d772821e24f2602e1b48240c9d1227d3
parent34b6b86c76111396dd46e46015ad5536d6baa883 (diff)
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.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fb7c5c51a..3afffc015 100644
--- a/README.md
+++ b/README.md
@@ -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).