fix(config): Mark more app configs sensitive

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/48590/head
Joas Schilling 2024-10-07 11:46:39 +07:00
parent 9dd8064a78
commit b7248975e0
No known key found for this signature in database
GPG Key ID: F72FA5B49FFA96B0
1 changed files with 9 additions and 0 deletions

@ -109,6 +109,12 @@ class AppConfig implements IAppConfig {
'notify_push' => [
'/^cookie$/',
],
'onlyoffice' => [
'/^jwt_secret$/',
],
'passwords' => [
'/^SSEv1ServerKey$/',
],
'serverinfo' => [
'/^token$/',
],
@ -140,6 +146,9 @@ class AppConfig implements IAppConfig {
'user_ldap' => [
'/^(s..)?ldap_agent_password$/',
],
'twofactor_gateway' => [
'/^.*token$/',
],
'user_saml' => [
'/^idp-x509cert$/',
],