]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(config): Mark more app configs sensitive bugfix/noid/increase-exclude-list 48584/head
authorJoas Schilling <coding@schilljs.com>
Mon, 7 Oct 2024 08:58:03 +0000 (10:58 +0200)
committerJoas Schilling <coding@schilljs.com>
Mon, 7 Oct 2024 08:58:03 +0000 (10:58 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/private/AppConfig.php

index bd574d4335ca9338f936f23fd3b3a9cac43001ea..4bbd3f4ce80f42b300699cf38c7bb20af7ced559 100644 (file)
@@ -1490,6 +1490,12 @@ class AppConfig implements IAppConfig {
                        'notify_push' => [
                                '/^cookie$/',
                        ],
+                       'onlyoffice' => [
+                               '/^jwt_secret$/',
+                       ],
+                       'passwords' => [
+                               '/^SSEv1ServerKey$/',
+                       ],
                        'serverinfo' => [
                                '/^token$/',
                        ],
@@ -1521,6 +1527,9 @@ class AppConfig implements IAppConfig {
                        'user_ldap' => [
                                '/^(s..)?ldap_agent_password$/',
                        ],
+                       'twofactor_gateway' => [
+                               '/^.*token$/',
+                       ],
                        'user_saml' => [
                                '/^idp-x509cert$/',
                        ],