morgan pushed to branch mullvad-browser-128.2.0esr-14.0-1 at The Tor Project / Applications / Mullvad Browser
Commits: b309ab29 by Pier Angelo Vendrame at 2024-08-26T21:28:39+00:00 MB 38: Mullvad Browser configuration
- - - - - c3b7ae7c by Pier Angelo Vendrame at 2024-08-26T21:34:41+00: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
- - - - - c0fc99c4 by Pier Angelo Vendrame at 2024-08-26T21:34:41+00: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.
- - - - - a738ad42 by Pier Angelo Vendrame at 2024-08-26T21:34:42+00:00 MB 63: Customize some about pages for Mullvad Browser
Also: mullvad-browser#57: Purge unneeded about: pages
- - - - - 7bb8f6bf by Pier Angelo Vendrame at 2024-08-26T21:34:42+00:00 MB 37: Customization for the about dialog
- - - - - 5df8ac93 by Henry Wilkes at 2024-08-26T21:34:43+00:00 MB 39: Add home page about:mullvad-browser
- - - - - 89cceb7e by hackademix at 2024-08-26T21:34:43+00:00 MB 97: Remove UI cues to install new extensions.
- - - - - 96005838 by hackademix at 2024-08-26T21:34:44+00:00 MB 47: uBlock Origin customization
- - - - - fff69e82 by Pier Angelo Vendrame at 2024-08-26T21:34:45+00: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.
- - - - - 00bdaa9c by Pier Angelo Vendrame at 2024-08-26T21:34:45+00:00 MB 112: Updater customization for Mullvad Browser
MB 71: Set the updater base URL to Mullvad domain
- - - - - cc116146 by Nicolas Vigier at 2024-08-26T21:34:45+00:00 MB 79: Add Mullvad Browser MAR signing keys
MB 256: Add mullvad-browser nightly mar signing key
- - - - - c0a83439 by Pier Angelo Vendrame at 2024-08-26T21:34:46+00: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.
- - - - - f430c111 by Pier Angelo Vendrame at 2024-08-26T21:34:46+00: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.
- - - - - b1be6274 by hackademix at 2024-08-26T21:34:46+00:00 MB 163: prevent uBlock Origin from being uninstalled/disabled
- - - - - 7548eb40 by Richard Pospesel at 2024-08-26T21:34:47+00:00 MB 188: Customize Gitlab Issue and Merge templates
- - - - - 6f15505d by rui hildt at 2024-08-26T21:34:47+00:00 MB 213: Customize the search engines list
- - - - - 91fcfa2e by hackademix at 2024-08-26T21:34:48+00:00 MB 214: Enable cross-tab identity leak protection in "quiet" mode
- - - - - ee36a59c by Pier Angelo Vendrame at 2024-08-26T21:34:48+00:00 MB 234: Disable OS spoofing in HTTP User-Agent.
This commits makes it possible to disable OS spoofing in the HTTP User-Agent header, to see if matching header and JS property improve usability.
- - - - - c4a1b674 by Pier Angelo Vendrame at 2024-08-26T21:34:49+00:00 MB 80: Enable Mullvad Browser as a default browser
- - - - - bacfaa8a by Pier Angelo Vendrame at 2024-08-26T21:34:49+00: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.
- - - - - b8e72cf8 by Pier Angelo Vendrame at 2024-08-26T21:34:49+00:00 Bug 42774: Always hide the third-pary certs UI.
- - - - - 77b48968 by Beatriz Rizental at 2024-08-26T21:34:50+00:00 Temporary commit: Disable CI in protected branches
This is temporary until we find a proper fix for the slowness caused by our CI in Gitlba.
- - - - -
30 changed files:
- .gitlab/ci/lint.yml - .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@2x.png - + browser/branding/mb-alpha/content/about-wordmark.svg - + browser/branding/mb-alpha/content/about.png
The diff was not included because it is too large.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/c1a...