Allow System.Console
This commit is contained in:
+2
@@ -81,6 +81,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