7 lines
213 B
Plaintext
7 lines
213 B
Plaintext
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");
|
|
}
|