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:
Julius Härtl 2023-03-01 14:28:41 +01:00 committed by GitHub
commit 991aca154c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 */