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

Merge pull request #184 from waynn/patch-1

fix typo in README
This commit is contained in:
Joshua Peek 2015-03-04 19:30:27 -08:00
commit cec9953cf6

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.