Pier Angelo Vendrame pushed to branch tor-browser-102.6.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
2ec04e75 by Dan Ballard at 2023-01-12T12:53:35+00:00
fixup! Firefox preference overrides.
bug 40565: lock security.tls.version.enable-deprecated
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -83,6 +83,9 @@ pref("security.ssl3.ecdhe_rsa_aes_256_sha", false, locked);
pref("security.ssl3.rsa_aes_128_sha", false, locked);
pref("security.ssl3.rsa_aes_256_sha", false, locked);
+// Wrapping a static pref to lock it and prevent changing.
+// See tor-browser#40565.
+pref("security.tls.version.enable-deprecated", false, locked);
// Misc privacy: Remote
pref("browser.send_pings", false);
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/2ec04e7…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/2ec04e7…
You're receiving this email because of your account on gitlab.torproject.org.
Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
49af2a8d by Pier Angelo Vendrame at 2023-01-11T12:02:45+01:00
Bug 40733: Use the new branding directories
In tor-browser#41428 we decided not to change contents of Firefox
branding directories anymore, but to create ours.
This commit updates the build files to use the new branding directories.
- - - - -
1 changed file:
- projects/firefox/config
Changes:
=====================================
projects/firefox/config
=====================================
@@ -15,7 +15,7 @@ var:
firefox_version: '[% c("var/firefox_platform_version") %]esr'
browser_branch: '12.5-1'
browser_build: 1
- branding_directory: 'browser/branding/alpha'
+ branding_directory: 'browser/branding/tb-alpha'
copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
nightly_updates_osname: '[% c("var/osname") %]'
deps:
@@ -67,13 +67,13 @@ targets:
release:
var:
- branding_directory: 'browser/branding/official'
+ branding_directory: 'browser/branding/tb-release'
nightly:
git_hash: '[% c("var/project-name") %]-[% c("var/firefox_version") %]-[% c("var/browser_branch") %]'
tag_gpg_id: 0
var:
- branding_directory: 'browser/branding/nightly'
+ branding_directory: 'browser/branding/tb-nightly'
linux-x86_64:
var:
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/4…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/4…
You're receiving this email because of your account on gitlab.torproject.org.
Richard Pospesel pushed to branch tor-browser-102.6.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
fb0ac5b2 by Pier Angelo Vendrame at 2023-01-11T19:03:00+01:00
fixup! Bug 2176: Rebrand Firefox to TorBrowser
Bug 41428: Do not change Firefox branding, but create Tor Browser's
branding directories.
This commit restores the original Firefox branding files.
- - - - -
74b66022 by Pier Angelo Vendrame at 2023-01-11T19:03:09+01:00
fixup! Bug 2176: Rebrand Firefox to TorBrowser
Bug 41428: Do not change Firefox branding, but create Tor Browser's
branding directories.
This commit adds the new files for Tor Browser release and nightly.
Then it renames alpha to tb-alpha and cleans unused files.
- - - - -
af8d56a3 by Pier Angelo Vendrame at 2023-01-11T19:03:10+01:00
fixup! TB3: Tor Browser's official .mozconfigs.
Bug 41428: Use Tor Browser's branding directory for dev builds
- - - - -
30 changed files:
- − browser/branding/alpha/background.png
- − browser/branding/alpha/bgstub.jpg
- − browser/branding/alpha/bgstub_2x.jpg
- − browser/branding/alpha/branding.nsi
- − browser/branding/alpha/content/aboutlogins.svg
- − browser/branding/alpha/default512.png
- − browser/branding/alpha/disk.icns
- − browser/branding/alpha/dsstore
- − browser/branding/alpha/firefox64.ico
- − browser/branding/alpha/stubinstaller/bgstub.jpg
- − browser/branding/alpha/stubinstaller/installing_page.css
- − browser/branding/alpha/stubinstaller/profile_cleanup_page.css
- − browser/branding/alpha/wizHeader.bmp
- − browser/branding/alpha/wizHeaderRTL.bmp
- − browser/branding/alpha/wizWatermark.bmp
- browser/branding/branding-common.mozbuild
- browser/branding/nightly/VisualElements_150.png
- browser/branding/nightly/VisualElements_70.png
- browser/branding/nightly/configure.sh
- browser/branding/nightly/content/jar.mn
- browser/branding/nightly/default128.png
- browser/branding/nightly/default16.png
- browser/branding/nightly/default22.png
- browser/branding/nightly/default24.png
- browser/branding/nightly/default256.png
- browser/branding/nightly/default32.png
- browser/branding/nightly/default48.png
- − browser/branding/nightly/default512.png
- browser/branding/nightly/default64.png
- browser/branding/nightly/document.icns
The diff was not included because it is too large.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/84e066…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/84e066…
You're receiving this email because of your account on gitlab.torproject.org.
Pier Angelo Vendrame pushed to branch tor-browser-102.6.0esr-12.0-1 at The Tor Project / Applications / Tor Browser
Commits:
83bd811c by Pier Angelo Vendrame at 2023-01-11T17:55:35+00:00
fixup! Bug 10760: Integrate TorButton to TorBrowser core
Bug 41522: Backport torbutton -> tor-browser migration to 12.0 series
Removed the torbutton submodule
- - - - -
465fc665 by Pier Angelo Vendrame at 2023-01-11T17:55:35+00:00
fixup! Bug 10760: Integrate TorButton to TorBrowser core
Bug 41522: Backport torbutton -> tor-browser migration to 12.0 series
Checked out toolkit/torbutton/ from dbaaa5df.
- - - - -
1a3dda31 by Alex Catarineu at 2023-01-11T17:55:35+00:00
fixup! Add TorStrings module for localization
Bug 41522: Backport torbutton -> tor-browser migration to 12.0 series
Cherry-picked the new TorStrings commit.
- - - - -
750d8085 by Pier Angelo Vendrame at 2023-01-11T17:55:35+00:00
fixup! Add TorStrings module for localization
Bug 41563: Fix old placeholders in TorStrings.jsm
- - - - -
9b8cdc2c by hackademix at 2023-01-11T17:55:35+00:00
fixup! Bug 10760: Integrate TorButton to TorBrowser core
Bug 41561: fix maximize warning notifications.
- - - - -
67d5b272 by Pier Angelo Vendrame at 2023-01-11T17:55:35+00:00
Revert "Bug 41520: (Regression) Rearranging bookmarks / place items by drag & drop doesn't work anymore"
This reverts commit 8825bcad66f9ad96c29258cc57bfdb92a6437b1b.
- - - - -
556068cd by hackademix at 2023-01-11T17:55:35+00:00
Bug 8324: Prevent DNS proxy bypasses caused by Drag&Drop
- - - - -
3b425ef2 by Pier Angelo Vendrame at 2023-01-11T17:55:35+00:00
fixup! Bug 27476: Implement about:torconnect captive portal within Tor Browser
Changed placeholders for strings as we switched from dtd to .properties.
- - - - -
3203dab0 by Pier Angelo Vendrame at 2023-01-11T17:55:35+00:00
fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
Changed placeholders for strings as we switched from dtd to .properties.
- - - - -
7c6101a6 by Henry Wilkes at 2023-01-11T17:55:35+00:00
fixup! Bug 10760: Integrate TorButton to TorBrowser core
Bug 41522: Backport torbutton -> tor-browser migration to 12.0 series
Fixed a problem with linting
- - - - -
c0a310eb by Pier Angelo Vendrame at 2023-01-11T17:55:35+00:00
fixup! Bug 40209: Implement Basic Crypto Safety
Bug 41522: Backport torbutton -> tor-browser migration to 12.0 series
Restore crypto safety strings.
- - - - -
30 changed files:
- .gitmodules
- browser/components/torconnect/content/aboutTorConnect.js
- browser/components/torpreferences/content/connectionPane.js
- browser/modules/TorStrings.jsm
- toolkit/moz.build
- + toolkit/torbutton/CREDITS
- + toolkit/torbutton/LICENSE
- + toolkit/torbutton/chrome/content/aboutTor/aboutTor-content.js
- + toolkit/torbutton/chrome/content/aboutTor/aboutTor.xhtml
- + toolkit/torbutton/chrome/content/aboutTor/resources/aboutTor.js
- + toolkit/torbutton/chrome/content/tor-circuit-display.js
- + toolkit/torbutton/chrome/content/torbutton.js
- + toolkit/torbutton/chrome/locale/en-US/aboutDialog.dtd
- + toolkit/torbutton/chrome/locale/en-US/aboutTBUpdate.dtd
- + toolkit/torbutton/chrome/locale/en-US/aboutTor.dtd
- + toolkit/torbutton/chrome/locale/en-US/brand.dtd
- + toolkit/torbutton/chrome/locale/en-US/brand.properties
- + toolkit/torbutton/chrome/locale/en-US/branding/brand.ftl
- + toolkit/torbutton/chrome/locale/en-US/browserOnboarding.properties
- + toolkit/torbutton/chrome/locale/en-US/cryptoSafetyPrompt.properties
- + toolkit/torbutton/chrome/locale/en-US/onboarding.properties
- + toolkit/torbutton/chrome/locale/en-US/onionLocation.properties
- + toolkit/torbutton/chrome/locale/en-US/rulesets.properties
- + toolkit/torbutton/chrome/locale/en-US/settings.properties
- + toolkit/torbutton/chrome/locale/en-US/torConnect.properties
- + toolkit/torbutton/chrome/locale/en-US/torbutton.dtd
- + toolkit/torbutton/chrome/locale/en-US/torbutton.properties
- + toolkit/torbutton/chrome/locale/en-US/torlauncher.properties
- + toolkit/torbutton/chrome/skin/about-wordmark.png
- + toolkit/torbutton/chrome/skin/aboutDialog.css
The diff was not included because it is too large.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/be0f1d…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/be0f1d…
You're receiving this email because of your account on gitlab.torproject.org.