mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
feat(config): add Sentry CSP Report URL to sensitive values
Signed-off-by: Joda Stößer <git@simjo.st>
This commit is contained in:
parent
f8cc0adefb
commit
a71584ee96
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