|
|
|
|
|
by eis
1366 days ago
|
|
The problem is that you grant the privileges on the application level and not library level. You grant network access to your app and then some updated dependency suddenly starts communicating home and it wont prevent that. It is also possible in Deno to set permissions for Workers but that's not just plug and play for existing libraries. |
|