From 021f8e14765f9bc2177aa8d39435406914a29e3f Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 6 Dec 2016 08:39:23 -0500 Subject: [PATCH] Bypass cache when requesting .prop file from WebDAV This might not be necessary, but it's an attempt to troubleshoot https://forums.zotero.org/discussion/63439/attachments-not-syncing, which might be a caching issue. --- chrome/content/zotero/xpcom/storage/webdav.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/xpcom/storage/webdav.js b/chrome/content/zotero/xpcom/storage/webdav.js index c3f624d15..84e300352 100644 --- a/chrome/content/zotero/xpcom/storage/webdav.js +++ b/chrome/content/zotero/xpcom/storage/webdav.js @@ -1105,6 +1105,7 @@ Zotero.Sync.Storage.Mode.WebDAV.prototype = { { successCodes: [200, 300, 404], requestObserver: xmlhttp => request.setChannel(xmlhttp.channel), + dontCache: true, debug: true } );