henry pushed to branch mullvad-browser-150.0a1-16.0-2 at The Tor Project / Applications / Mullvad Browser Commits: 3d7561e8 by Henry Wilkes at 2026-04-28T12:39:29+01:00 BB 44832: Modify error pages for Base Browser. - - - - - 1 changed file: - toolkit/content/net-error-card.mjs Changes: ===================================== toolkit/content/net-error-card.mjs ===================================== @@ -998,6 +998,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"; @@ -1006,9 +1008,6 @@ export class NetErrorCard extends MozLitElement { href="chrome://global/skin/aboutNetError.css" /> <article class="felt-privacy-container"> - <div class="img-container"> - <img src=${src} data-l10n-id=${alt} data-l10n-attrs="alt" /> - </div> <div class="container"> ${this.showCustomNetErrorCard ? html`${this.customNetErrorContainerTemplate()}` View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/3d75... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/3d75... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
henry (@henry)