Stop sending the unused source.url
property in "GetDocRequest"
It seems that this property became *effectively* unused already in PR 8617, however we missed removing it as part of the clean-up in PR 10376.
This commit is contained in:
parent
30f968fd7f
commit
447915af9d
@ -512,7 +512,6 @@ async function _fetchDocument(worker, source, pdfDataRangeTransport, docId) {
|
||||
// Only send the required properties, and *not* the entire object.
|
||||
source: {
|
||||
data: source.data,
|
||||
url: source.url,
|
||||
password: source.password,
|
||||
disableAutoFetch: source.disableAutoFetch,
|
||||
rangeChunkSize: source.rangeChunkSize,
|
||||
|
Loading…
Reference in New Issue
Block a user