1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Fix settings.js replacing webSocketVerifyClient by webSocketNodeVerifyClient (#1343)

This commit is contained in:
martiall 2017-07-14 12:34:29 +02:00 committed by Nick O'Leary
parent 5324244c55
commit 096b3534d8

View File

@ -174,7 +174,7 @@ module.exports = {
// The following property can be used to verify websocket connection attempts. // The following property can be used to verify websocket connection attempts.
// This allows, for example, the HTTP request headers to be checked to ensure // This allows, for example, the HTTP request headers to be checked to ensure
// they include valid authentication information. // they include valid authentication information.
//webSocketVerifyClient: function(info) { //webSocketNodeVerifyClient: function(info) {
// // 'info' has three properties: // // 'info' has three properties:
// // - origin : the value in the Origin header // // - origin : the value in the Origin header
// // - req : the HTTP request // // - req : the HTTP request