We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eaabc28 + 3956088 commit aff5d46Copy full SHA for aff5d46
1 file changed
lib/private/AppConfig.php
@@ -1490,6 +1490,12 @@ private function getSensitiveKeys(string $app): array {
1490
'notify_push' => [
1491
'/^cookie$/',
1492
],
1493
+ 'onlyoffice' => [
1494
+ '/^jwt_secret$/',
1495
+ ],
1496
+ 'passwords' => [
1497
+ '/^SSEv1ServerKey$/',
1498
1499
'serverinfo' => [
1500
'/^token$/',
1501
@@ -1521,6 +1527,9 @@ private function getSensitiveKeys(string $app): array {
1521
1527
'user_ldap' => [
1522
1528
'/^(s..)?ldap_agent_password$/',
1523
1529
1530
+ 'twofactor_gateway' => [
1531
+ '/^.*token$/',
1532
1524
1533
'user_saml' => [
1525
1534
'/^idp-x509cert$/',
1526
1535
0 commit comments