Harden HTTP path headers sessions and archives
This commit is contained in:
@@ -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");
|
||||
}
|
||||
Reference in New Issue
Block a user