Allow System.Console
This commit is contained in:
+2
@@ -82,6 +82,8 @@ public class SafeLuaUserDataService : ISafeLuaUserDataService
|
|||||||
|
|
||||||
if (typeName == "System.Single") { return true; }
|
if (typeName == "System.Single") { return true; }
|
||||||
|
|
||||||
|
if (typeName == "System.Console") { return true; }
|
||||||
|
|
||||||
if (typeName.StartsWith("System.Collections", StringComparison.Ordinal))
|
if (typeName.StartsWith("System.Collections", StringComparison.Ordinal))
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user