morgan pushed to branch tor-browser-128.5.0esr-14.5-2 at The Tor Project / Applications / Tor Browser
Commits:
83e278a9 by Cecylia Bocovich at 2024-12-19T17:26:34+00:00
fixup! TB 40597: Implement TorSettings module
tor-browser-build#41338: Add CDN77 meek bridge line
A small update to the CDN url to point to the right default bridge.
- - - - -
1 changed file:
- toolkit/content/pt_config.json
Changes:
=====================================
toolkit/content/pt_config.json
=====================================
@@ -1,5 +1,5 @@
{
- "_comment": "Used for dev build, replaced for release builds in tor-browser-build. This file is copied from tor-browser-build 55dad612:projects/tor-expert-bundle/pt_config.json",
+ "_comment": "Used for dev build, replaced for release builds in tor-browser-build. This file is copied from tor-browser-build 4ffa9e31:projects/tor-expert-bundle/pt_config.json",
"recommendedDefault" : "obfs4",
"pluggableTransports" : {
"lyrebird" : "ClientTransportPlugin meek_lite,obfs2,obfs3,obfs4,scramblesuit,webtunnel exec ${pt_path}lyrebird${pt_extension}",
@@ -9,7 +9,7 @@
"bridges" : {
"meek-azure" : [
"meek_lite 192.0.2.18:80 BE776A53492E1E044A26F17306E1BC46A55A1625 url=https://meek.azureedge.net/front=ajax.aspnetcdn.com",
- "meek_lite 192.0.2.20:80 url=https://1603026938.rsc.cdn77.orgfront=www.phpmyadmin.net utls=HelloRandomizedALPN"
+ "meek_lite 192.0.2.20:80 url=https://1314488750.rsc.cdn77.orgfront=www.phpmyadmin.net utls=HelloRandomizedALPN"
],
"obfs4" : [
"obfs4 192.95.36.142:443 CDF2E852BF539B82BD10E27E9115A31734E378C2 cert=qUVQ0srL1JI/vO6V6m/24anYXiJD3QP2HgzUKQtQ7GRqqUvs7P+tG43RtAqdhLOALP7DJQ iat-mode=1",
@@ -30,3 +30,4 @@
]
}
}
+
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/83e278a…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/83e278a…
You're receiving this email because of your account on gitlab.torproject.org.
morgan pushed to branch mullvad-browser-128.5.0esr-14.5-2 at The Tor Project / Applications / Mullvad Browser
Commits:
49c124cb by Pier Angelo Vendrame at 2024-12-19T12:17:11+01:00
MB 38: Mullvad Browser configuration
- - - - -
c56f0b73 by Pier Angelo Vendrame at 2024-12-19T12:17:12+01:00
MB 1: Mullvad Browser branding
See also:
mullvad-browser#5: Product name and directory customization
mullvad-browser#12: Create new branding directories and integrate Mullvad icons+branding
mullvad-browser#14: Remove Default Built-in bookmarks
mullvad-browser#35: Add custom PDF icons for Windows builds
mullvad-browser#48: Replace Mozilla copyright and legal trademarks in mullvadbrowser.exe metadata
mullvad-browser#51: Update trademark string
mullvad-browser#104: Update shipped dll metadata copyright/licensing info
mullvad-browser#107: Add alpha and nightly icons
- - - - -
dfe96e48 by Henry Wilkes at 2024-12-19T12:17:13+01:00
Mullvad Browser strings
This commit adds strings needed by the following Mullvad Browser
patches.
- - - - -
e6f37dc2 by Pier Angelo Vendrame at 2024-12-19T12:17:13+01:00
MB 20: Allow packaged-addons in PBM.
We install a few addons from the distribution directory, but they are
not automatically enabled for PBM mode.
This commit modifies the code that installs them to also add the PBM
permission to the known ones.
- - - - -
2493f380 by Pier Angelo Vendrame at 2024-12-19T12:17:13+01:00
MB 63: Customize some about pages for Mullvad Browser
Also:
mullvad-browser#57: Purge unneeded about: pages
- - - - -
a2f05c40 by Pier Angelo Vendrame at 2024-12-19T12:17:14+01:00
MB 37: Customization for the about dialog
- - - - -
c98b32f4 by Henry Wilkes at 2024-12-19T12:17:14+01:00
MB 39: Add home page about:mullvad-browser
- - - - -
5ec3cb9b by hackademix at 2024-12-19T12:17:14+01:00
MB 97: Remove UI cues to install new extensions.
- - - - -
b8b92390 by hackademix at 2024-12-19T12:17:15+01:00
MB 47: uBlock Origin customization
- - - - -
d9c2a906 by Pier Angelo Vendrame at 2024-12-19T12:17:15+01:00
MB 21: Disable the password manager
This commit disables the about:login page and removes the "Login and
Password" section of about:preferences.
We do not do anything to the real password manager of Firefox, that is
in toolkit: it contains C++ parts that make it difficult to actually
prevent it from being built..
Finally, we modify the the function that opens about:login to report an
error in the console so that we can quickly get a backtrace to the code
that tries to use it.
- - - - -
5a6c0c96 by Pier Angelo Vendrame at 2024-12-19T12:17:16+01:00
MB 112: Updater customization for Mullvad Browser
MB 71: Set the updater base URL to Mullvad domain
- - - - -
d7b10954 by Nicolas Vigier at 2024-12-19T12:17:16+01:00
MB 79: Add Mullvad Browser MAR signing keys
MB 256: Add mullvad-browser nightly mar signing key
- - - - -
46bbe1ec by Pier Angelo Vendrame at 2024-12-19T12:17:16+01:00
MB 34: Hide unsafe and unwanted preferences UI
about:preferences allow to override some of our defaults, that could
be fingeprintable or have some other unwanted consequences.
- - - - -
154eaf09 by Pier Angelo Vendrame at 2024-12-19T12:17:17+01:00
MB 160: Disable the cookie exceptions button
Besides disabling the "Delete on close checkbox", disable also the
"Manage Exceptions" button when always using PBM.
- - - - -
5a3aeb3e by hackademix at 2024-12-19T12:17:17+01:00
MB 163: prevent uBlock Origin from being uninstalled/disabled
- - - - -
d43da302 by Richard Pospesel at 2024-12-19T12:29:21+01:00
MB 188: Customize Gitlab Issue and Merge templates
- - - - -
bc21508d by rui hildt at 2024-12-19T12:29:34+01:00
MB 213: Customize the search engines list
MB 328: Refactor the search engine patch.
Upstream switched to a completely different search engine configuration
between ESR 115 and ESR 128.
We moved our configuration to a couple of JSON files that do not follow
upstream's schemas, as they are overcomplicated for our needs.
Also, we keep the old search engine extensions for now, as upstream
also kept them, and planned of removing them with Bug 1885953.
- - - - -
273c115f by hackademix at 2024-12-19T12:29:35+01:00
MB 214: Enable cross-tab identity leak protection in "quiet" mode
- - - - -
487033e6 by Pier Angelo Vendrame at 2024-12-19T12:29:35+01:00
MB 80: Enable Mullvad Browser as a default browser
- - - - -
7ce7dbcb by Pier Angelo Vendrame at 2024-12-19T12:29:35+01:00
MB 320: Temporarily disable WebRTC and WDBA on Windows.
WebRTC should be re-enabled when tor-browser#42758 is resolved, and and
the default browser agent when in general we make this feature work
again.
- - - - -
8c4662e4 by Henry Wilkes at 2024-12-19T12:29:36+01:00
MB 329: Customize toolbar for mullvad-browser.
- - - - -
f28bf63f by Kershaw Chang at 2024-12-19T12:29:36+01:00
Bug 1910593 - Don't prefetch HTTPS RR if proxyDNS is enabled, r=necko-reviewers,valentin
Differential Revision: https://phabricator.services.mozilla.com/D219528
- - - - -
30 changed files:
- .gitlab/issue_templates/Emergency Security Issue.md
- + .gitlab/issue_templates/Rebase Browser - Alpha.md
- + .gitlab/issue_templates/Rebase Browser - Stable.md
- .gitlab/merge_request_templates/default.md
- browser/app/Makefile.in
- browser/app/macbuild/Contents/Info.plist.in
- browser/app/module.ver
- browser/app/firefox.exe.manifest → browser/app/mullvadbrowser.exe.manifest
- + browser/app/profile/000-mullvad-browser.js
- browser/app/profile/001-base-profile.js
- browser/base/content/aboutDialog.xhtml
- browser/base/content/appmenu-viewcache.inc.xhtml
- browser/base/content/browser-menubar.inc
- browser/base/content/browser-places.js
- browser/base/content/browser.js
- browser/base/content/default-bookmarks.html
- browser/base/content/nsContextMenu.js
- browser/base/content/overrides/app-license.html
- browser/base/content/pageinfo/pageInfo.xhtml
- browser/base/content/utilityOverlay.js
- browser/branding/branding-common.mozbuild
- + browser/branding/mb-alpha/VisualElements_150.png
- + browser/branding/mb-alpha/VisualElements_70.png
- + browser/branding/mb-alpha/configure.sh
- + browser/branding/mb-alpha/content/about-logo.png
- + browser/branding/mb-alpha/content/about-logo.svg
- + browser/branding/mb-alpha/content/about-logo(a)2x.png
- + browser/branding/mb-alpha/content/about-wordmark.svg
- + browser/branding/mb-alpha/content/about.png
- + browser/branding/mb-alpha/content/aboutDialog.css
The diff was not included because it is too large.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/b0…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/b0…
You're receiving this email because of your account on gitlab.torproject.org.