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:
parent
73e1fd07b0
commit
021f8e1476
|
@ -1105,6 +1105,7 @@ Zotero.Sync.Storage.Mode.WebDAV.prototype = {
|
||||||
{
|
{
|
||||||
successCodes: [200, 300, 404],
|
successCodes: [200, 300, 404],
|
||||||
requestObserver: xmlhttp => request.setChannel(xmlhttp.channel),
|
requestObserver: xmlhttp => request.setChannel(xmlhttp.channel),
|
||||||
|
dontCache: true,
|
||||||
debug: true
|
debug: true
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user