Pier Angelo Vendrame pushed to branch mullvad-browser-153.0esr-16.0-1 at The Tor Project / Applications / Mullvad Browser
Commits:
-
72648d16
by Henry Wilkes at 2026-07-29T15:33:53+02:00
-
81f0f262
by Henry Wilkes at 2026-07-29T15:34:02+02:00
-
6b39a131
by Henry Wilkes at 2026-07-29T15:34:17+02:00
4 changed files:
- browser/components/preferences/config/appearance.mjs
- browser/components/preferences/letterboxing.inc.xhtml
- browser/components/securitylevel/content/securityLevelPanel.inc.xhtml
- browser/components/securitylevel/content/securityLevelPreferences.inc.xhtml
Changes:
| ... | ... | @@ -90,6 +90,8 @@ Preferences.addSetting({ |
| 90 | 90 | |
| 91 | 91 | Preferences.addSetting({
|
| 92 | 92 | id: "related-settings-home-link",
|
| 93 | + // Hide the "Customize Firefox Home" link. tor-browser#45156.
|
|
| 94 | + visible: () => false,
|
|
| 93 | 95 | onUserClick: e => {
|
| 94 | 96 | e.preventDefault();
|
| 95 | 97 | window.gotoPref("paneHome");
|
| ... | ... | @@ -10,7 +10,7 @@ |
| 10 | 10 | <html:span data-l10n-id="letterboxing-overview"></html:span>
|
| 11 | 11 | <html:a
|
| 12 | 12 | is="moz-support-link"
|
| 13 | - support-page="tor-manual:anti-fingerprinting_letterboxing"
|
|
| 13 | + support-page="tor-manual:features__fingerprinting-protections___letterboxing"
|
|
| 14 | 14 | data-l10n-id="letterboxing-learn-more"
|
| 15 | 15 | ></html:a>
|
| 16 | 16 | </description>
|
| ... | ... | @@ -18,7 +18,7 @@ |
| 18 | 18 | <html:a
|
| 19 | 19 | is="moz-support-link"
|
| 20 | 20 | id="securityLevel-learnMore"
|
| 21 | - support-page="tor-manual:security-settings"
|
|
| 21 | + support-page="tor-manual:features__security-levels"
|
|
| 22 | 22 | data-l10n-id="security-level-panel-learn-more-link"
|
| 23 | 23 | ></html:a>
|
| 24 | 24 | <html:img id="securityLevel-background-image" alt="" />
|
| ... | ... | @@ -13,7 +13,7 @@ |
| 13 | 13 | ></html:span>
|
| 14 | 14 | <html:a
|
| 15 | 15 | is="moz-support-link"
|
| 16 | - support-page="tor-manual:security-settings"
|
|
| 16 | + support-page="tor-manual:features__security-levels"
|
|
| 17 | 17 | data-l10n-id="security-level-preferences-learn-more-link"
|
| 18 | 18 | ></html:a>
|
| 19 | 19 | </description>
|