mirror of
https://github.com/node-red/node-red.git
synced 2025-12-27 23:34:38 +01:00
fixes #5171 If `msg.rejectUnauthorized` is a string allow "true", "false" (and upper case versions) otherwise show a warning and use default behaviour. Boolean values used as is, any other types also ignored.