commit 6b031249acfe749c85655fc26451f01aef254c83 parent bbb6434524e9b4e8604cad5eb4ffbcbe9fe718a5 Author: Dan Stillman <dstillman@zotero.org> Date: Wed, 8 Nov 2017 02:18:33 -0500 Fix HTTP breakage in bb1cbdff269 Diffstat:
| M | chrome/content/zotero/xpcom/http.js | | | 4 | ---- |
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/chrome/content/zotero/xpcom/http.js b/chrome/content/zotero/xpcom/http.js @@ -1012,10 +1012,6 @@ Zotero.HTTP = new function() { // Download complete case 4: if (callback) { - // Override the content charset - if (responseCharset) { - xmlhttp.channel.contentCharset = responseCharset; - } callback(xmlhttp, data); } break;