Merge pull request #345 from nextcloud/sanitize-logs-and-stacktraces
Sanitize more config options and stack traces
This commit is contained in:
commit
3e941f6ba1
|
@ -64,6 +64,7 @@ class Log implements ILogger {
|
|||
// Session/User
|
||||
'login',
|
||||
'checkPassword',
|
||||
'loginWithPassword',
|
||||
'updatePrivateKeyPassword',
|
||||
'validateUserPass',
|
||||
|
||||
|
|
|
@ -55,6 +55,12 @@ class SystemConfig {
|
|||
'objectstore' => [
|
||||
'arguments' => [
|
||||
'password' => true,
|
||||
'options' => [
|
||||
'credentials' => [
|
||||
'key' => true,
|
||||
'secret' => true,
|
||||
]
|
||||
]
|
||||
],
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue