diff --git a/sys/apis/socket.lua b/sys/apis/socket.lua index 19bd292..df47a79 100644 --- a/sys/apis/socket.lua +++ b/sys/apis/socket.lua @@ -161,7 +161,7 @@ local function trusted(msg, port) if not Security.hasPassword() then -- no password has been set on this computer - return true + --return true end local trustList = Util.readTable('usr/.known_hosts') or { }