chore: update Matomo analytics URL to matomo.txeo.club

Migrate from matomo.morenorub.io to matomo.txeo.club in both
CSP headers and tracking script. Also fix errcheck lint warnings
in cv_streaming.go.
This commit is contained in:
juanatsap
2026-03-15 20:17:03 +00:00
parent 019f610eb5
commit 585949b709
3 changed files with 251 additions and 3 deletions
+2 -2
View File
@@ -32,11 +32,11 @@ func SecurityHeaders(next http.Handler) http.Handler {
// Content Security Policy (comprehensive)
csp := "default-src 'self'; " +
"script-src 'self' 'unsafe-inline' https://unpkg.com https://cdn.jsdelivr.net https://esm.sh https://matomo.morenorub.io; " +
"script-src 'self' 'unsafe-inline' https://unpkg.com https://cdn.jsdelivr.net https://esm.sh https://matomo.txeo.club; " +
"style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; " +
"font-src 'self' https://fonts.gstatic.com; " +
"img-src 'self' data: https:; " +
"connect-src 'self' https://api.iconify.design https://matomo.morenorub.io; " +
"connect-src 'self' https://api.iconify.design https://matomo.txeo.club; " +
"frame-ancestors 'self'; " +
"base-uri 'self'; " +
"form-action 'self'"