Bug 1833110 - Cache ldconfig to limit main thread io r=jld,Gijs
[gecko.git] / docshell / test / chrome / allowContentRetargeting.sjs
blob96e467ef68ff92e98e1d26457857c6072451db34
1 /* Any copyright is dedicated to the Public Domain.
2  * http://creativecommons.org/publicdomain/zero/1.0/ */
4 function handleRequest(req, resp) {
5   resp.setHeader("Content-Type", "application/octet-stream", false);
6   resp.write("hi");