Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
2 function handleRequest(request, response)
3 {
4 // avoid confusing cache behaviors
5 response.setHeader("Cache-Control", "no-cache", false);
6 response.setHeader("Content-Type", "text/plain", false);
7 response.setHeader("Access-Control-Allow-Origin", "*", false);
9 // used by test_user_agent tests
10 response.write(request.getHeader('User-Agent'));
11 }