[tbb-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-115.3.1esr-13.0-1] fixup! MB 1: Mullvad Browser branding
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Thu Oct 5 20:38:38 UTC 2023
Pier Angelo Vendrame pushed to branch mullvad-browser-115.3.1esr-13.0-1 at The Tor Project / Applications / Mullvad Browser
Commits:
caf1a83b by Pier Angelo Vendrame at 2023-10-05T22:10:10+02:00
fixup! MB 1: Mullvad Browser branding
MB 244: Fix the link to Mullvad Browser Support
- - - - -
1 changed file:
- toolkit/content/widgets/moz-support-link/moz-support-link.mjs
Changes:
=====================================
toolkit/content/widgets/moz-support-link/moz-support-link.mjs
=====================================
@@ -103,6 +103,12 @@ export default class MozSupportLink extends HTMLAnchorElement {
#setHref() {
let supportPage = this.getAttribute("support-page") ?? "";
+ // Customize the link in about:preferences.
+ // See mullvad-browser#244 and tor-browser#41910.
+ if (supportPage === "preferences") {
+ this.href = "https://mullvad.net/en/help/";
+ return;
+ }
let base = MozSupportLink.SUPPORT_URL + supportPage;
this.href = this.hasAttribute("utm-content")
? formatUTMParams(this.getAttribute("utm-content"), base)
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/caf1a83b376fa21b41c44e68e04e0ff31b005d88
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/caf1a83b376fa21b41c44e68e04e0ff31b005d88
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20231005/369c6e45/attachment.htm>
More information about the tbb-commits
mailing list