From 65c3abcd403173ee93b952bcb52d1df719d6dc23 Mon Sep 17 00:00:00 2001 From: Steven Liekens Date: Sun, 11 Nov 2018 14:54:38 +0100 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb7c5c51aa..3afffc015f 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).