Harden history device ID validation and SD download filename

This commit is contained in:
2026-02-02 21:19:44 +01:00
parent bfcb2463c3
commit 4ff5fd1d55
4 changed files with 119 additions and 3 deletions

View File

@@ -4,3 +4,4 @@
String html_escape(const String &input);
String url_encode_component(const String &input);
bool sanitize_device_id(const String &input, String &out_device_id);