commit 021f8e14765f9bc2177aa8d39435406914a29e3f
parent 73e1fd07b0b4a1735a22d52073cff1148562d025
Author: Dan Stillman <dstillman@zotero.org>
Date: Tue, 6 Dec 2016 08:39:23 -0500
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.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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
}
);