mirror of
https://github.com/kepler155c/opus
synced 2025-09-01 02:18:03 +00:00
security fix
This commit is contained in:
@@ -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 { }
|
||||
|
Reference in New Issue
Block a user