mirror of
https://github.com/denoland/deno.git
synced 2025-01-10 16:11:13 -05:00
docs: add Deno security model conference video link (#7724)
This commit is contained in:
parent
731de86976
commit
23557331c9
1 changed files with 6 additions and 0 deletions
|
@ -84,3 +84,9 @@ Allow net calls to any host/url:
|
||||||
```shell
|
```shell
|
||||||
deno run --allow-net fetch.ts
|
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.
|
||||||
|
|
Loading…
Reference in a new issue