Harden HTTP path headers sessions and archives

This commit is contained in:
udo
2026-05-21 09:56:25 +00:00
parent d37517041d
commit 0d8b74930c
10 changed files with 260 additions and 22 deletions
+6
View File
@@ -0,0 +1,6 @@
RENDER(Request& context)
{
context.header["X-UCE-Security-Test"] = "safe\r\nX-UCE-Injected: nope";
redirect("/tests/index.uce\r\nX-UCE-Redirect-Injected: nope", 299);
print("security header sanitizer test");
}