diff options
Diffstat (limited to 'toolkit/components/passwordmgr/test/browser/streamConverter_content.sjs')
-rw-r--r-- | toolkit/components/passwordmgr/test/browser/streamConverter_content.sjs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/toolkit/components/passwordmgr/test/browser/streamConverter_content.sjs b/toolkit/components/passwordmgr/test/browser/streamConverter_content.sjs new file mode 100644 index 000000000..84c75437e --- /dev/null +++ b/toolkit/components/passwordmgr/test/browser/streamConverter_content.sjs @@ -0,0 +1,6 @@ +/* Any copyright is dedicated to the Public Domain. + * http://creativecommons.org/publicdomain/zero/1.0/ */ + +function handleRequest(request, response) { + response.setHeader("Content-Type", "test/content", false); +} |