morgan pushed to branch tor-browser-153.0esr-16.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
53206cf1
by Henry Wilkes at 2026-08-06T16:07:24+00:00
1 changed file:
Changes:
| ... | ... | @@ -372,6 +372,10 @@ Preferences.addSetting({ |
| 372 | 372 | id: "applicationsGroup",
|
| 373 | 373 | });
|
| 374 | 374 | |
| 375 | +Preferences.addSetting({
|
|
| 376 | + id: "downloadsTorWarningBanner",
|
|
| 377 | +});
|
|
| 378 | + |
|
| 375 | 379 | Preferences.addSetting({
|
| 376 | 380 | id: "applicationsFilter",
|
| 377 | 381 | get(val) {
|
| ... | ... | @@ -1846,6 +1850,26 @@ SettingGroupManager.registerGroups({ |
| 1846 | 1850 | headingLevel: 2,
|
| 1847 | 1851 | inProgress: true,
|
| 1848 | 1852 | items: [
|
| 1853 | + {
|
|
| 1854 | + id: "downloadsTorWarningBanner",
|
|
| 1855 | + l10nId: "downloads-tor-warning-message-bar",
|
|
| 1856 | + control: "moz-message-bar",
|
|
| 1857 | + controlAttrs: {
|
|
| 1858 | + role: "complementary",
|
|
| 1859 | + type: "warning",
|
|
| 1860 | + },
|
|
| 1861 | + options: [
|
|
| 1862 | + {
|
|
| 1863 | + l10nId: "downloads-tor-warning-tails-link",
|
|
| 1864 | + slot: "support-link",
|
|
| 1865 | + control: "a",
|
|
| 1866 | + controlAttrs: {
|
|
| 1867 | + href: "https://tails.net/",
|
|
| 1868 | + target: "_blank",
|
|
| 1869 | + },
|
|
| 1870 | + },
|
|
| 1871 | + ],
|
|
| 1872 | + },
|
|
| 1849 | 1873 | {
|
| 1850 | 1874 | id: "applicationsFilter",
|
| 1851 | 1875 | control: "moz-input-search",
|