chore: remove umami analytics script and csp connect-src from middleware and template

This commit is contained in:
2025-12-17 17:34:32 +00:00
parent d0eb7fad17
commit cf6e9eec7a
4 changed files with 9 additions and 3 deletions
+8
View File
@@ -2,6 +2,14 @@
## Version 1.2.0 - 2025-12-17
Removes Umami analytics integration, eliminating user tracking functionality. Developers must handle analytics separately if needed.
**Changes:** 2 files, 2 lines
**Languages:** HTML (1 lines), Python (1 lines)
## Version 1.1.0 - 2025-12-17
Fixes potential errors in forum message handling by adding a null check for the star field, preventing crashes when the field is missing. Updates the message list display to handle starred messages more reliably.