Config stuff, docs
This commit is contained in:
@ -93,9 +93,6 @@ class Configuration
|
||||
'allow_origin' => '*',
|
||||
'csp' => 'default-src * \'self\'',
|
||||
],
|
||||
'websocket' => isset($config['websocket'])?[
|
||||
'enable' => $config['websocket']['enable']??false
|
||||
]:null,
|
||||
];
|
||||
return $this;
|
||||
}
|
||||
|
Reference in New Issue
Block a user