diff options
author | Trivikram Kamat <16024985+trivikr@users.noreply.github.com> | 2020-11-05 17:35:17 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-06 12:35:17 +1100 |
commit | 23557331c960d6dd548904796f3948dde09972d0 (patch) | |
tree | b6b279487bdca588ce0d8480e03d1a43c4294644 /docs/getting_started | |
parent | 731de86976d6d6671f669bcaadf05594c0099c16 (diff) |
docs: add Deno security model conference video link (#7724)
Diffstat (limited to 'docs/getting_started')
-rw-r--r-- | docs/getting_started/permissions.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/getting_started/permissions.md b/docs/getting_started/permissions.md index 1044a3080..d02f40886 100644 --- a/docs/getting_started/permissions.md +++ b/docs/getting_started/permissions.md @@ -84,3 +84,9 @@ Allow net calls to any host/url: ```shell deno run --allow-net fetch.ts ``` + +### Conference + +Ryan Dahl. (September 25, 2020). +[The Deno security model](https://www.youtube.com/watch?v=r5F6dekUmdE#t=34m57). +Speakeasy JS. |