1
0
Fork 0
mirror of https://github.com/rails/execjs synced 2023-03-27 23:21:20 -04:00

fix typo in README

This commit is contained in:
Waynn Lue 2015-02-28 17:22:44 -08:00
parent b28c190a2d
commit fc962c5770

View file

@ -64,7 +64,7 @@ older stock runtimes like JSC on OSX and JScript on Windows may not. You should
only count on ES3 features being available. Prefer feature checking these APIs
rather than hard coding support for specific runtimes.
**Can I ExecJS be used to sandbox scripts?**
**Can ExecJS be used to sandbox scripts?**
No, ExecJS shouldn't be used for any security related sandboxing. Since runtimes
are automatically detected, each runtime has different sandboxing properties.