Fix cryptget inner
This commit is contained in:
@@ -214,7 +214,7 @@ app.get('/api/config', function(req, res){
|
||||
// FIXME don't send websocketURL if websocketPath is provided. deprecated.
|
||||
websocketURL:'ws' + ((useSecureWebsockets) ? 's' : '') + '://' + host + ':' +
|
||||
websocketPort + '/cryptpad_websocket',
|
||||
httpUnsafeOrigin: config.httpUnsafeOrigin,
|
||||
httpUnsafeOrigin: config.httpUnsafeOrigin.replace(/^ /, ''),
|
||||
adminEmail: config.adminEmail,
|
||||
adminKeys: admins,
|
||||
inactiveTime: config.inactiveTime,
|
||||
|
||||
Reference in New Issue
Block a user