diff -r 000000000000 -r 6474c204b198 docshell/test/chrome/allowContentRetargeting.sjs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docshell/test/chrome/allowContentRetargeting.sjs Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,7 @@ +/* Any copyright is dedicated to the Public Domain. + * http://creativecommons.org/publicdomain/zero/1.0/ */ + +function handleRequest(req, resp) { + resp.setHeader("Content-Type", "application/octet-stream", false); + resp.write("hi"); +}