Solved CSP bugs for echoserver

This commit is contained in:
2025-06-10 18:25:39 +02:00
parent 90e9e00205
commit 2541cc1c91
6 changed files with 11 additions and 2 deletions

View File

@@ -77,7 +77,7 @@
(application_id): {
'csp': {
'hashes': {
'script-src': (
'script-src-elem': (
applications[application_id]['csp']['hashes'].get('script-src', [])
+ [ matomo_tracking_code_one_liner ]
)