mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #36936 from nextcloud/fix/treat-text-session-params-as-sensitive
fix: treat text app session parameters as sensitive values
This commit is contained in:
commit
991aca154c
1 changed files with 10 additions and 0 deletions
|
|
@ -100,6 +100,16 @@ class ExceptionSerializer {
|
|||
|
||||
// Preview providers, don't log big data strings
|
||||
'imagecreatefromstring',
|
||||
|
||||
// text: PublicSessionController, SessionController and ApiService
|
||||
'create',
|
||||
'close',
|
||||
'push',
|
||||
'sync',
|
||||
'updateSession',
|
||||
'mention',
|
||||
'loginSessionUser',
|
||||
|
||||
];
|
||||
|
||||
/** @var SystemConfig */
|
||||
|
|
|
|||
Loading…
Reference in a new issue