mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
[Basilisk] [downloads] Stop using referrers as sources
This commit is contained in:
parent
9c59990883
commit
f8c9d784db
1 changed files with 1 additions and 2 deletions
|
|
@ -247,8 +247,7 @@ this.DownloadsViewUI.DownloadElementShell.prototype = {
|
|||
stateLabel = s.stateFailed;
|
||||
}
|
||||
|
||||
let referrer = this.download.source.referrer || this.download.source.url;
|
||||
let [displayHost, fullHost] = DownloadUtils.getURIHost(referrer);
|
||||
let [displayHost, fullHost] = DownloadUtils.getURIHost(this.download.source.url);
|
||||
|
||||
let date = new Date(this.download.endTime);
|
||||
let [displayDate, fullDate] = DownloadUtils.getReadableDates(date);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue