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:
parent
5324244c55
commit
096b3534d8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user