Add insecure sources logic

This commit is contained in:
Alex X
2025-11-11 17:33:15 +03:00
parent c10a06d199
commit 2133f5323c
5 changed files with 25 additions and 12 deletions
+1
View File
@@ -56,6 +56,7 @@ func Init() {
})
streams.HandleFunc("exec", execHandle)
streams.MarkInsecure("exec")
log = app.GetLogger("exec")
}