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, 0 insertions, 6 deletions
diff --git a/toolkit/components/passwordmgr/test/browser/streamConverter_content.sjs b/toolkit/components/passwordmgr/test/browser/streamConverter_content.sjs deleted file mode 100644 index 84c75437e..000000000 --- a/toolkit/components/passwordmgr/test/browser/streamConverter_content.sjs +++ /dev/null @@ -1,6 +0,0 @@ -/* 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); -} |