зеркало из https://github.com/mozilla/gecko-dev.git
Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
5 строки
206 B
Plaintext
5 строки
206 B
Plaintext
function handleRequest(request, response) {
|
|||
response.setStatusLine(null, 302, "Found");
|
|||
response.setHeader("Location", "http://mochi.test:8888/tests/dom/base/test/bug461735-post-redirect.js", false);
|
|||
}
|