gecko/content/base/test/file_bug787778.sjs

9 lines
212 B
Plaintext
Raw Normal View History

2012-10-04 16:03:21 -07:00
function handleRequest(request, response)
{
response.processAsync();
response.setHeader("Content-Type", "text/plain", false);
response.setHeader("X-Frame-Options", "DENY", false);
response.finish();
}