Log invalid wrapper messages
This commit is contained in:
parent
ef4a4acbc0
commit
24982aee42
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ class Wrapper
|
|||
message = e.data
|
||||
# Invalid message (probably not for us)
|
||||
if not message.cmd
|
||||
@log "Invalid message:", message
|
||||
return false
|
||||
|
||||
# Test nonce security to avoid third-party messages
|
||||
|
|
Loading…
Reference in a new issue