[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-115.15.0esr-13.5-1] 21 commits: MB 38: Mullvad Browser configuration

Pier Angelo Vendrame (@pierov) git at gitlab.torproject.org
Thu Aug 29 08:01:09 UTC 2024



Pier Angelo Vendrame pushed to branch mullvad-browser-115.15.0esr-13.5-1 at The Tor Project / Applications / Mullvad Browser


Commits:
37ef7afb by Pier Angelo Vendrame at 2024-08-28T21:58:03+00:00
MB 38: Mullvad Browser configuration

- - - - -
f8849e43 by Pier Angelo Vendrame at 2024-08-28T21:58:03+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

- - - - -
e86c3f1c by Pier Angelo Vendrame at 2024-08-28T21:58:04+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.

- - - - -
6aa1d7de by Pier Angelo Vendrame at 2024-08-28T21:58:04+00:00
MB 63: Customize some about pages for Mullvad Browser

Also:
mullvad-browser#57: Purge unneeded about: pages

- - - - -
6daa7620 by Pier Angelo Vendrame at 2024-08-28T21:58:04+00:00
MB 37: Customization for the about dialog

- - - - -
c94bdf41 by Henry Wilkes at 2024-08-28T21:58:04+00:00
MB 39: Add home page about:mullvad-browser

- - - - -
f1ef654b by hackademix at 2024-08-28T21:58:05+00:00
MB 97: Remove UI cues to install new extensions.

- - - - -
4cee4b7a by hackademix at 2024-08-28T21:58:05+00:00
MB 47: uBlock Origin customization

- - - - -
688160a2 by Pier Angelo Vendrame at 2024-08-28T21:58:05+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.

- - - - -
82aafb40 by Pier Angelo Vendrame at 2024-08-28T21:58:05+00:00
MB 112: Updater customization for Mullvad Browser

MB 71: Set the updater base URL to Mullvad domain

- - - - -
265de51e by Nicolas Vigier at 2024-08-28T21:58:06+00:00
MB 79: Add Mullvad Browser MAR signing keys

MB 256: Add mullvad-browser nightly mar signing key

- - - - -
305b0424 by Pier Angelo Vendrame at 2024-08-28T21:58:06+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.

- - - - -
121a0543 by Pier Angelo Vendrame at 2024-08-28T21:58:06+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.

- - - - -
4a2169d9 by hackademix at 2024-08-28T21:58:06+00:00
MB 163: prevent uBlock Origin from being uninstalled/disabled

- - - - -
a234562b by Richard Pospesel at 2024-08-28T21:58:07+00:00
MB 188: Customize Gitlab Issue and Merge templates

- - - - -
2fcce7dc by rui hildt at 2024-08-28T21:58:07+00:00
MB 213: Customize the search engines list

- - - - -
8605e695 by hackademix at 2024-08-28T21:58:07+00:00
MB 214: Enable cross-tab identity leak protection in "quiet" mode

- - - - -
0de3a189 by Pier Angelo Vendrame at 2024-08-28T21:58:07+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.

- - - - -
71a58d71 by Pier Angelo Vendrame at 2024-08-28T21:58:08+00:00
MB 80: Enable Mullvad Browser as a default browser

- - - - -
07d6ff62 by Dan Ballard at 2024-08-28T21:58:08+00:00
MB 290: Add default bookmarks in alpha channel for testing

- - - - -
7c46ec5a by june wilde at 2024-08-28T21:58:08+00:00
MB 305: Disable setting default browser on Windows

Until we can pull in upstream changes to fix breakage in setting
the Mullvad Browser as default in Windows 10/11 we're disabling
the ability to do so via about:preferences as well as via the
startup query dialog

- - - - -


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 at 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/69e1f343bcb513719ec5cb56c9c11f3052db742a...7c46ec5a84c492e68202168a740b6390e92bb858

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/69e1f343bcb513719ec5cb56c9c11f3052db742a...7c46ec5a84c492e68202168a740b6390e92bb858
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20240829/56d270e9/attachment-0001.htm>


More information about the tor-commits mailing list