Dan Ballard pushed to branch firefox-android-115.2.1-13.5-1 at The Tor Project / Applications / firefox-android
Commits:
5ab6ae0a by clairehurst at 2024-03-25T13:01:48-06:00
fixup! Disable features and functionality
- - - - -
1 changed file:
- android-components/components/feature/addons/src/main/java/mozilla/components/feature/addons/ui/AddonsManagerAdapter.kt
Changes:
=====================================
android-components/components/feature/addons/src/main/java/mozilla/components/feature/addons/ui/AddonsManagerAdapter.kt
=====================================
@@ -316,7 +316,7 @@ class AddonsManagerAdapter(
}
// Add recommended section and addons if available
- if (recommendedAddons.isNotEmpty()) {
+ if (false) { // recommendedAddons.isNotEmpty() tor-browser#40502: Do not recommend addons on Tor Browser
itemsWithSections.add(Section(R.string.mozac_feature_addons_recommended_section, true))
val filteredRecommendedAddons = recommendedAddons.filter {
it.id !in excludedAddonIDs
View it on GitLab: https://gitlab.torproject.org/tpo/applications/firefox-android/-/commit/5ab…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/firefox-android/-/commit/5ab…
You're receiving this email because of your account on gitlab.torproject.org.
richard pushed to branch mullvad-browser-115.9.0esr-13.5-1 at The Tor Project / Applications / Mullvad Browser
Commits:
ea97107e by Henry Wilkes at 2024-03-26T17:56:27+00:00
fixup! Bug 40925: Implemented the Security Level component
Bug 42214: Drop the securityLevel.properties file.
- - - - -
1 changed file:
- − browser/locales/en-US/chrome/browser/securityLevel.properties
Changes:
=====================================
browser/locales/en-US/chrome/browser/securityLevel.properties deleted
=====================================
@@ -1,33 +0,0 @@
-# Generic terms
-security_level = Security Level
-security_level_standard = Standard
-security_level_safer = Safer
-security_level_safest = Safest
-security_level_tooltip_standard = Security Level: Standard
-security_level_tooltip_safer = Security Level: Safer
-security_level_tooltip_safest = Security Level: Safest
-# Shown only for custom level
-security_level_custom = Custom
-security_level_restore = Restore Defaults
-security_level_learn_more = Learn more
-
-# Panel button that takes the user to the security level settings in
-# about:preferences#privacy
-security_level_open_settings = Settings…
-security_level_change = Change…
-security_level_standard_summary = All browser and website features are enabled.
-security_level_safer_summary = Disables website features that are often dangerous, causing some sites to lose functionality.
-security_level_safest_summary = Only allows website features required for static sites and basic services. These changes affect images, media, and scripts.
-security_level_custom_heading = Custom security level configured
-security_level_custom_summary = Your custom browser preferences have resulted in unusual security settings. For security and privacy reasons, we recommend you choose one of the default security levels.
-
-## Security level section in about:preferences#privacy
-security_level_overview = Disable certain web features that can be used to attack your security and anonymity.
-security_level_list_safer = At the safer setting:
-security_level_list_safest = At the safest setting:
-# Strings for descriptions
-security_level_js_https_only = JavaScript is disabled on non-HTTPS sites.
-security_level_js_disabled = JavaScript is disabled by default on all sites.
-security_level_limit_typography = Some fonts and math symbols are disabled.
-security_level_limit_typography_svg = Some fonts, icons, math symbols, and images are disabled.
-security_level_limit_media = Audio and video (HTML5 media), and WebGL are click-to-play.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/ea9…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/ea9…
You're receiving this email because of your account on gitlab.torproject.org.
richard pushed to branch base-browser-115.9.0esr-13.5-1 at The Tor Project / Applications / Tor Browser
Commits:
601bf763 by Henry Wilkes at 2024-03-26T17:54:31+00:00
fixup! Bug 40925: Implemented the Security Level component
Bug 42214: Drop the securityLevel.properties file.
- - - - -
1 changed file:
- − browser/locales/en-US/chrome/browser/securityLevel.properties
Changes:
=====================================
browser/locales/en-US/chrome/browser/securityLevel.properties deleted
=====================================
@@ -1,33 +0,0 @@
-# Generic terms
-security_level = Security Level
-security_level_standard = Standard
-security_level_safer = Safer
-security_level_safest = Safest
-security_level_tooltip_standard = Security Level: Standard
-security_level_tooltip_safer = Security Level: Safer
-security_level_tooltip_safest = Security Level: Safest
-# Shown only for custom level
-security_level_custom = Custom
-security_level_restore = Restore Defaults
-security_level_learn_more = Learn more
-
-# Panel button that takes the user to the security level settings in
-# about:preferences#privacy
-security_level_open_settings = Settings…
-security_level_change = Change…
-security_level_standard_summary = All browser and website features are enabled.
-security_level_safer_summary = Disables website features that are often dangerous, causing some sites to lose functionality.
-security_level_safest_summary = Only allows website features required for static sites and basic services. These changes affect images, media, and scripts.
-security_level_custom_heading = Custom security level configured
-security_level_custom_summary = Your custom browser preferences have resulted in unusual security settings. For security and privacy reasons, we recommend you choose one of the default security levels.
-
-## Security level section in about:preferences#privacy
-security_level_overview = Disable certain web features that can be used to attack your security and anonymity.
-security_level_list_safer = At the safer setting:
-security_level_list_safest = At the safest setting:
-# Strings for descriptions
-security_level_js_https_only = JavaScript is disabled on non-HTTPS sites.
-security_level_js_disabled = JavaScript is disabled by default on all sites.
-security_level_limit_typography = Some fonts and math symbols are disabled.
-security_level_limit_typography_svg = Some fonts, icons, math symbols, and images are disabled.
-security_level_limit_media = Audio and video (HTML5 media), and WebGL are click-to-play.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/601bf76…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/601bf76…
You're receiving this email because of your account on gitlab.torproject.org.
richard pushed to branch tor-browser-115.9.0esr-13.5-1 at The Tor Project / Applications / Tor Browser
Commits:
fec131fd by Henry Wilkes at 2024-03-26T17:50:00+00:00
fixup! Bug 40925: Implemented the Security Level component
Bug 42214: Drop the securityLevel.properties file.
- - - - -
1 changed file:
- − browser/locales/en-US/chrome/browser/securityLevel.properties
Changes:
=====================================
browser/locales/en-US/chrome/browser/securityLevel.properties deleted
=====================================
@@ -1,33 +0,0 @@
-# Generic terms
-security_level = Security Level
-security_level_standard = Standard
-security_level_safer = Safer
-security_level_safest = Safest
-security_level_tooltip_standard = Security Level: Standard
-security_level_tooltip_safer = Security Level: Safer
-security_level_tooltip_safest = Security Level: Safest
-# Shown only for custom level
-security_level_custom = Custom
-security_level_restore = Restore Defaults
-security_level_learn_more = Learn more
-
-# Panel button that takes the user to the security level settings in
-# about:preferences#privacy
-security_level_open_settings = Settings…
-security_level_change = Change…
-security_level_standard_summary = All browser and website features are enabled.
-security_level_safer_summary = Disables website features that are often dangerous, causing some sites to lose functionality.
-security_level_safest_summary = Only allows website features required for static sites and basic services. These changes affect images, media, and scripts.
-security_level_custom_heading = Custom security level configured
-security_level_custom_summary = Your custom browser preferences have resulted in unusual security settings. For security and privacy reasons, we recommend you choose one of the default security levels.
-
-## Security level section in about:preferences#privacy
-security_level_overview = Disable certain web features that can be used to attack your security and anonymity.
-security_level_list_safer = At the safer setting:
-security_level_list_safest = At the safest setting:
-# Strings for descriptions
-security_level_js_https_only = JavaScript is disabled on non-HTTPS sites.
-security_level_js_disabled = JavaScript is disabled by default on all sites.
-security_level_limit_typography = Some fonts and math symbols are disabled.
-security_level_limit_typography_svg = Some fonts, icons, math symbols, and images are disabled.
-security_level_limit_media = Audio and video (HTML5 media), and WebGL are click-to-play.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/fec131f…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/fec131f…
You're receiving this email because of your account on gitlab.torproject.org.
richard pushed to branch tor-browser-115.9.0esr-13.5-1 at The Tor Project / Applications / Tor Browser
Commits:
1ce353d9 by Henry Wilkes at 2024-03-26T17:47:47+00:00
fixup! Bug 2176: Rebrand Firefox to TorBrowser
Bug 42466: Use the existing #trademark element from mozilla for Tor
Browser's trademark statement.
- - - - -
3cad3836 by Henry Wilkes at 2024-03-26T17:47:47+00:00
fixup! Tor Browser strings
Bug 42466: Change trademark statement to remove "onion logo", and move
it to brand.ftl.
- - - - -
37b97c98 by Henry Wilkes at 2024-03-26T17:47:47+00:00
fixup! Add TorStrings module for localization
Bug 42466: Remove "onion logo" from trademark statement and move it to
brand.ftl.
- - - - -
4 changed files:
- browser/base/content/aboutDialog.xhtml
- browser/base/content/aboutDialogTor.css
- browser/locales/en-US/browser/tor-browser.ftl
- toolkit/torbutton/chrome/locale/en-US/branding/brand.ftl
Changes:
=====================================
browser/base/content/aboutDialog.xhtml
=====================================
@@ -20,7 +20,7 @@
data-l10n-id="aboutDialog-title"
#endif
role="dialog"
- aria-describedby="version distribution distributionId projectDesc helpDesc trademark trademarkTor"
+ aria-describedby="version distribution distributionId projectDesc helpDesc trademark"
>
#ifdef XP_MACOSX
#include macWindow.inc.xhtml
@@ -150,7 +150,6 @@
<label is="text-link" class="bottom-link" useoriginprincipal="true" href="about:license" data-l10n-id="about-dialog-browser-license-link"></label>
</hbox>
<description id="trademark" data-l10n-id="trademarkInfo"></description>
- <description id="trademarkTor" data-l10n-id="about-dialog-trademark-statement"></description>
</vbox>
</html:div>
=====================================
browser/base/content/aboutDialogTor.css
=====================================
@@ -18,15 +18,10 @@
}
#trademark {
- display: none;
-}
-
-#trademarkTor {
font-size: xx-small;
text-align: center;
color: #999999;
- margin-top: 10px;
- margin-bottom: 10px;
+ margin-block: 10px;
}
#bottomBox > hbox:not(#newBottom) {
=====================================
browser/locales/en-US/browser/tor-browser.ftl
=====================================
@@ -323,10 +323,6 @@ about-dialog-grow-tor-network-link = Help the Tor Network Grow!
# Link text for the Tor Browser license page (about:license).
about-dialog-browser-license-link = Licensing Information
-# "Tor" and "The Onion Logo" are trademark names, so should not be translated (not including the quote marks, which can be localized).
-# "The Tor Project, Inc." is an organisation name.
-about-dialog-trademark-statement = “Tor” and “The Onion Logo” are registered trademarks of The Tor Project, Inc.
-
## New tor circuit.
# Shown in the File menu.
=====================================
toolkit/torbutton/chrome/locale/en-US/branding/brand.ftl
=====================================
@@ -9,4 +9,6 @@
# remain unchanged across different versions (Nightly, Beta, etc.).
-brand-product-name = Tor Browser
-vendor-short-name = Tor Project
-trademarkInfo = 'Tor' and the 'Onion Logo' are registered trademarks of the Tor Project, Inc.
+# "Tor" is a trademark names, so should not be translated (not including the quote marks, which can be localized).
+# "The Tor Project, Inc." is an organisation name.
+trademarkInfo = “Tor” and the Tor logo are registered trademarks of The Tor Project, Inc.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/570b6c…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/570b6c…
You're receiving this email because of your account on gitlab.torproject.org.
richard pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
c7092a88 by Rusty Bird at 2024-03-23T11:54:07+00:00
Bug 41110: Avoid Fontconfig warning about "ambiguous path"
- - - - -
1 changed file:
- projects/browser/Bundle-Data/linux/Data/fontconfig/fonts.conf
Changes:
=====================================
projects/browser/Bundle-Data/linux/Data/fontconfig/fonts.conf
=====================================
@@ -39,7 +39,7 @@ PERFORMANCE OF THIS SOFTWARE.
<!-- Font directory list -->
- <dir>fonts</dir>
+ <dir prefix="cwd">fonts</dir>
<!--
Accept deprecated 'mono' alias, replacing it with 'monospace'
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/c…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/c…
You're receiving this email because of your account on gitlab.torproject.org.