lucacasonato / deno-puppeteer

A port of puppeteer running on Deno
https://deno.land/x/puppeteer
MIT License
452 stars 44 forks source link

Update docs to detail actual required permissions #83

Open jsejcksn opened 1 year ago

jsejcksn commented 1 year ago

Now that https://github.com/denoland/deno/pull/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 https://github.com/denoland/deno/issues/3378.