Files
web/scripts/lua
RD WebDesign 973900bfeb Fix sanitize_hostname() function (Lua) to escape invalid hostnames
The new function uses a single str:gsub() call with multiple replacements,
which is a lot faster than muiltiple calls with single string replacement.

Fix: https://github.com/pi-hole/web/security/advisories/GHSA-pg2q-335w-h75w

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2026-03-19 19:38:47 -03:00
..