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.
This commit is contained in:
Dan Stillman 2016-12-06 08:39:23 -05:00
parent 73e1fd07b0
commit 021f8e1476

View file

@ -1105,6 +1105,7 @@ Zotero.Sync.Storage.Mode.WebDAV.prototype = {
{
successCodes: [200, 300, 404],
requestObserver: xmlhttp => request.setChannel(xmlhttp.channel),
dontCache: true,
debug: true
}
);