You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider also doing the same for write permissions when <url-or-dir> is a directory that's outside of .
May want to allow net in general case (e.g. to make things like deno deploy smoother), and restrict it when using any of the contract-related commands.
See also comment in src/upload.ts
The text was updated successfully, but these errors were encountered:
Problem
Need to make sure contract code doesn't try anything funny.
Solution
https://deno.land/manual/runtime/permission_apis
Consider also doing the same for write permissions when
<url-or-dir>
is a directory that's outside of.
May want to allow net in general case (e.g. to make things like
deno deploy
smoother), and restrict it when using any of the contract-related commands.See also comment in
src/upload.ts
The text was updated successfully, but these errors were encountered: