lucacasonato / deno-puppeteer

A port of puppeteer running on Deno

Home Page:https://deno.land/x/puppeteer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update docs to detail actual required permissions

jsejcksn opened this issue · comments

Now that denoland/deno#15339 has landed, the --allow-run permission can be restricted (previously it had to be unbounded to terminate the subprocess). It should be possible to identify the actual minimum permissions and update the documentation and associated examples to detail them instead of showing --allow-all/-A.

For prior context/discussion, see denoland/deno#3378.