www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 439bca9b3bb80c79b5ac18e8701c8ee73a71b128
parent 599f50455ed2ca80b4039e9e2db40f65ea65caa6
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu,  7 Jul 2011 16:20:30 +0000

It shouldn't make a difference, but use the correct post-gzip content type for debug output uploads


Diffstat:
Mchrome/content/zotero/preferences/preferences.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/preferences/preferences.js b/chrome/content/zotero/preferences/preferences.js @@ -1418,7 +1418,7 @@ Zotero_Preferences.Debug_Output = { Components.classes["@mozilla.org/xmlextras/xmlhttprequest;1"]. createInstance(); req.open('POST', url, true); - req.setRequestHeader('Content-Type', "application/octet-stream"); + req.setRequestHeader('Content-Type', "text/plain"); req.setRequestHeader('Content-Encoding', 'gzip'); req.channel.notificationCallbacks = {