mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #59261 from nextcloud/feat/config/sensitive-values/sentry-csp-report-url
feat(config): add Sentry CSP Report URL to sensitive values
This commit is contained in:
commit
3a5c445c78
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ class SystemConfig {
|
|||
'proxyuserpwd' => true,
|
||||
'sentry.dsn' => true,
|
||||
'sentry.public-dsn' => true,
|
||||
'sentry.csp-report-url' => true,
|
||||
'zammad.download.secret' => true,
|
||||
'zammad.portal.secret' => true,
|
||||
'zammad.secret' => true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue