5 ms·
Is there any way to restrict your app's environment beyond the default sandbox restrictions Google applies? For example, disabling things like urllib2.
by Scriptor 13y ago
Is there any way to restrict your app's environment beyond the default sandbox restrictions Google applies? For example, disabling things like urllib2.
- Foxboron 13y agoI didn't write the code, and i'm not sure if you can. You could always use the import hooks and deny modules from being imported.