richard pushed to branch tor-browser-115.3.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
de2607a3
by Richard Pospesel at 2023-09-19T16:39:57+00:00
-
da639dcd
by Richard Pospesel at 2023-09-19T16:40:13+00:00
4 changed files:
- browser/app/profile/001-base-profile.js
- browser/components/about/AboutRedirector.cpp
- browser/components/about/components.conf
- browser/components/moz.build
Changes:
... | ... | @@ -18,7 +18,7 @@ pref("startup.homepage_welcome_url.additional", ""); |
18 | 18 | pref("browser.aboutwelcome.enabled", false);
|
19 | 19 | |
20 | 20 | // Disable the Firefox View tab (tor-browser#41876)
|
21 | -pref("browser.tabs.firefox-view", false);
|
|
21 | +pref("browser.tabs.firefox-view", false, locked);
|
|
22 | 22 | |
23 | 23 | // Disable 'Switching to a new device" help menu item (tor-browser#41774)
|
24 | 24 | pref("browser.device-migration.help-menu.hidden", true);
|
... | ... | @@ -75,13 +75,6 @@ static const RedirEntry kRedirMap[] = { |
75 | 75 | nsIAboutModule::URI_CAN_LOAD_IN_PRIVILEGEDABOUT_PROCESS |
|
76 | 76 | nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT |
|
77 | 77 | nsIAboutModule::IS_SECURE_CHROME_UI},
|
78 | - {"firefoxview", "chrome://browser/content/firefoxview/firefoxview.html",
|
|
79 | - nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::IS_SECURE_CHROME_UI |
|
|
80 | - nsIAboutModule::HIDE_FROM_ABOUTABOUT},
|
|
81 | - {"firefoxview-next",
|
|
82 | - "chrome://browser/content/firefoxview/firefoxview-next.html",
|
|
83 | - nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::IS_SECURE_CHROME_UI |
|
|
84 | - nsIAboutModule::HIDE_FROM_ABOUTABOUT},
|
|
85 | 78 | {"policies", "chrome://browser/content/policies/aboutPolicies.html",
|
86 | 79 | nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::IS_SECURE_CHROME_UI},
|
87 | 80 | {"privatebrowsing", "about:blank",
|
... | ... | @@ -12,8 +12,6 @@ pages = [ |
12 | 12 | 'home',
|
13 | 13 | 'logins',
|
14 | 14 | 'loginsimportreport',
|
15 | - 'firefoxview',
|
|
16 | - 'firefoxview-next',
|
|
17 | 15 | 'manual',
|
18 | 16 | 'messagepreview',
|
19 | 17 | 'newtab',
|
... | ... | @@ -37,7 +37,6 @@ DIRS += [ |
37 | 37 | "downloads",
|
38 | 38 | "enterprisepolicies",
|
39 | 39 | "extensions",
|
40 | - "firefoxview",
|
|
41 | 40 | "messagepreview",
|
42 | 41 | "migration",
|
43 | 42 | "newidentity",
|