1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/docs
Steven Guerrero adc2f08c17
feat: Add configurable permissions for Workers (#8215)
This commit adds new option to "Worker" Web API that allows to 
configure permissions.

New "Worker.deno.permissions" option can be used to define limited
permissions to the worker thread by either:
- inherit set of parent thread permissions
- use limited subset of parent thread permissions
- revoke all permissions (full sandbox)

In order to achieve this functionality "CliModuleLoader"
was modified to accept "initial permissions", which are used
for top module loading (ie. uses parent thread permission set
to load top level module of a worker).
2021-01-06 21:31:16 +01:00
..
contributing fix(std): Don't use JSDoc syntax for browser-compatibility headers (#8960) 2021-01-02 10:17:01 -05:00
examples docs(example/tcp_echo): fix TCP echo leaking resources (#8997) 2021-01-05 12:09:50 +01:00
getting_started docs: Fix instructions about how to setup development environment with Vim/Neovim (#8937) 2020-12-30 17:30:01 +01:00
images docs: fixes logo in README (#8740) 2020-12-14 13:52:24 +11:00
linking_to_external_code docs: add note about NO_PROXY env variable (#8929) 2020-12-31 16:15:32 +01:00
runtime feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
testing rename(std/testing): rename assert*Contains to assert*Includes (#7951) 2020-10-26 16:03:30 +01:00
tools feat(cli/standalone): support runtime flags for deno compile (#8738) 2021-01-05 00:15:52 +01:00
contributing.md docs: Remove outdated information about third_party/ directory (#8973) 2021-01-04 18:13:53 +01:00
embedding_deno.md Multi page manual (#5110) 2020-05-06 18:21:13 -04:00
examples.md docs(examples): Synchronize links in TOC and index (#8635) 2020-12-06 17:23:56 +01:00
getting_started.md docs: move “Debugger” to “Debugging your code” in “Getting started” (#7421) 2020-09-11 16:28:25 +02:00
introduction.md docs(introduction): Improve wording and capitalization (#8848) 2020-12-29 10:05:29 +11:00
linking_to_external_code.md feat: add $STD_VERSION replacement variable in docs (#6922) 2020-07-31 11:12:20 +02:00
runtime.md docs: document the spec deviations in web apis (#8489) 2020-11-25 15:09:22 +01:00
standard_library.md docs: update GitHub doc links to use $CLI_VERSION (#7710) 2020-09-27 12:12:33 +02:00
testing.md docs(testing): Add import line to test example (#8909) 2020-12-29 19:11:03 +01:00
toc.json docs(examples): Synchronize links in TOC and index (#8635) 2020-12-06 17:23:56 +01:00
tools.md feat(cli/standalone): support runtime flags for deno compile (#8738) 2021-01-05 00:15:52 +01:00