Loading toolkit/content/net-error-card.mjs +2 −3 Original line number Diff line number Diff line Loading @@ -1037,6 +1037,8 @@ export class NetErrorCard extends MozLitElement { } const { bodyTitleL10nId, image } = this.errorConfig; // Drop the Firefox mascot images. tor-browser#44832. // eslint-disable-next-line no-unused-vars const { src, alt } = image ?? NET_ERROR_ILLUSTRATIONS.securityError; const title = bodyTitleL10nId ?? "fp-certerror-body-title"; Loading @@ -1049,9 +1051,6 @@ export class NetErrorCard extends MozLitElement { aria-labelledby="error-title" aria-describedby="error-intro whatCanYouDo" > <div class="img-container"> <img src=${src} data-l10n-id=${alt} data-l10n-attrs="alt" /> </div> <div class="container"> ${this.showCustomNetErrorCard ? html`${this.customNetErrorContainerTemplate()}` Loading Loading
toolkit/content/net-error-card.mjs +2 −3 Original line number Diff line number Diff line Loading @@ -1037,6 +1037,8 @@ export class NetErrorCard extends MozLitElement { } const { bodyTitleL10nId, image } = this.errorConfig; // Drop the Firefox mascot images. tor-browser#44832. // eslint-disable-next-line no-unused-vars const { src, alt } = image ?? NET_ERROR_ILLUSTRATIONS.securityError; const title = bodyTitleL10nId ?? "fp-certerror-body-title"; Loading @@ -1049,9 +1051,6 @@ export class NetErrorCard extends MozLitElement { aria-labelledby="error-title" aria-describedby="error-intro whatCanYouDo" > <div class="img-container"> <img src=${src} data-l10n-id=${alt} data-l10n-attrs="alt" /> </div> <div class="container"> ${this.showCustomNetErrorCard ? html`${this.customNetErrorContainerTemplate()}` Loading