Skip to content

Commit

Permalink
Bypass cache when requesting .prop file from WebDAV
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dstillman committed Dec 6, 2016
1 parent 73e1fd0 commit 021f8e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chrome/content/zotero/xpcom/storage/webdav.js
Expand Up @@ -1105,6 +1105,7 @@ Zotero.Sync.Storage.Mode.WebDAV.prototype = {
{
successCodes: [200, 300, 404],
requestObserver: xmlhttp => request.setChannel(xmlhttp.channel),
dontCache: true,
debug: true
}
);
Expand Down

0 comments on commit 021f8e1

Please sign in to comment.