mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
Fixed wrong csp report controller mapping
This commit is contained in:
parent
82f8b00ca7
commit
0f98ceadb2
@ -39,7 +39,7 @@ class Module extends \humhub\components\Module
|
||||
'pwa-manifest' => ManifestController::class,
|
||||
'pwa-offline' => OfflineController::class,
|
||||
'pwa-service-worker' => ServiceWorkerController::class,
|
||||
'/web/security/report' => ReportController::class
|
||||
'security-report' => ReportController::class
|
||||
];
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user