Bug 1721146 - Fix Missing ReferrerInfo on Blocked Downloads r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D121608
This commit is contained in:
@@ -454,7 +454,8 @@ function internalPersist(persistArgs) {
|
||||
null,
|
||||
persist,
|
||||
persistArgs.isPrivate,
|
||||
Ci.nsITransfer.DOWNLOAD_ACCEPTABLE
|
||||
Ci.nsITransfer.DOWNLOAD_ACCEPTABLE,
|
||||
persistArgs.sourceReferrerInfo
|
||||
);
|
||||
persist.progressListener = new DownloadListener(window, tr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user