Enhance task description rendering and security

- Added sanitization and filtering for task descriptions in task_popup.php to prevent XSS attacks.
- Implemented regex patterns to remove potentially harmful HTML tags and attributes.
- Improved link and image handling to ensure only safe URLs and sources are rendered.
- Updated CSS for task popup to allow better text wrapping and overflow handling.
This commit is contained in:
2026-02-23 14:12:06 +01:00
parent 1300f32690
commit 76d3ac33a8
5 changed files with 47 additions and 4 deletions

File diff suppressed because one or more lines are too long