Is it possible to ban some packages of java imports from Nashorn?
This question answered to prevent all Java API calls. But I'd like to create a java imports white list to minimize implem risks (not all java APIs)
I've seen this nashorn.args "--specialize-calls" but don't know how to use it.
Thanks for the support!