Make key-based URLs explicit
This commit is contained in:
parent
020cf3ee95
commit
3e7f1f0608
|
@ -887,7 +887,7 @@ Zotero.Sync.Storage.Session.ZFS.prototype.purgeDeletedStorageFiles = function (c
|
|||
*/
|
||||
Zotero.Sync.Storage.Session.ZFS.prototype._getItemURI = function (item) {
|
||||
var uri = this.rootURI;
|
||||
uri.spec += Zotero.URI.getItemPath(item) + '/file?auth=1';
|
||||
uri.spec += Zotero.URI.getItemPath(item) + '/file?auth=1&key=1';
|
||||
return uri;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user