mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-12 20:30:18 +00:00
7 lines
152 B
JavaScript
7 lines
152 B
JavaScript
function handleRequest(request, response)
|
|
{
|
|
response.processAsync();
|
|
response.setHeader("Content-Type", "text/css", false);
|
|
response.write("");
|
|
}
|