Hacker News new | ask | show | jobs
by FELDO 2175 days ago
Disallow foreign code execution in the browser, allow spawn of non-native code only in a separate process. No JavaScript, no Java, etc.
1 comments

Ok, so you would allow foreign code execution, but only in a separate process?

If not JavaScript, then what would you prefer to write the foreign code in? Should it be some sort of interpreted script or do you feel all foreign code should be compiled?

Would you allow access to the file system, if permitted by the user? What about other native APIs, like networking, Bluetooth etc?