Open
Description
How to use GitHub
- Please use the 👍 reaction to show that you are interested into the same feature.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Is your feature request related to a problem? Please describe.
Currenty a list of sensitive config values is hardcoded in
server/lib/private/AppConfig.php
Line 47 in 8541707
Whenever an app defines a new sensitive config value, this list must be updated in the server and the value is visible until a potential PR is merged in the server and the server has been updated.
Describe the solution you'd like
It would be better if each app could define a list of config values that should be filtered.