From d204f1718fe74021c2bca1c7a2feaf9156813a32 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Wed, 22 Jun 2022 22:41:56 +0800 Subject: [PATCH] Correct a typo in FAQ --- doc/faq.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/faq.html b/doc/faq.html index b826bd00..d758eaa5 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -150,7 +150,7 @@ so it doesn't rely on the key order. Or sort the table keys, if you must.
Q: Can Lua code be safely sandboxed?
-Maybe for an extremly restricted subset of Lua and if you relentlessly +Maybe for an extremely restricted subset of Lua and if you relentlessly scrutinize every single interface function you offer to the untrusted code.
Although Lua provides some sandboxing functionality (setfenv(), hooks),