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

pull/1345/merge
martiall 2017-07-14 12:34:29 +02:00 committed by Nick O'Leary
parent 5324244c55
commit 096b3534d8
1 changed files with 1 additions and 1 deletions

View File

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