-
db4b47f7
by Pier Angelo Vendrame at 2024-07-31T19:55:48+02:00
MB 38: Mullvad Browser configuration
-
f76d7d0d
by Pier Angelo Vendrame at 2024-07-31T19:55:51+02: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
-
1afd7a47
by Beatriz Rizental at 2024-07-31T19:55:51+02:00
fixup! MB 1: Mullvad Browser branding
-
223d8eb1
by Pier Angelo Vendrame at 2024-07-31T19:55:52+02: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.
-
b6836348
by Pier Angelo Vendrame at 2024-07-31T19:55:52+02:00
MB 63: Customize some about pages for Mullvad Browser
Also:
mullvad-browser#57: Purge unneeded about: pages
-
53a7a70b
by Beatriz Rizental at 2024-07-31T19:55:52+02:00
fixup! MB 63: Customize some about pages for Mullvad Browser
-
ef48bd70
by Pier Angelo Vendrame at 2024-07-31T19:55:53+02:00
MB 37: Customization for the about dialog
-
3861b9af
by Beatriz Rizental at 2024-07-31T19:55:53+02:00
fixup! MB 37: Customization for the about dialog
-
be118d33
by Henry Wilkes at 2024-07-31T19:55:53+02:00
MB 39: Add home page about:mullvad-browser
-
824a5ffe
by Beatriz Rizental at 2024-07-31T19:55:54+02:00
fixup! MB 39: Add home page about:mullvad-browser
-
80158b59
by hackademix at 2024-07-31T19:55:54+02:00
MB 97: Remove UI cues to install new extensions.
-
f8f024fe
by hackademix at 2024-07-31T19:55:54+02:00
MB 47: uBlock Origin customization
-
e4da8b52
by Beatriz Rizental at 2024-07-31T19:55:55+02:00
fixup! MB 47: uBlock Origin customization
-
84f0ca0e
by Pier Angelo Vendrame at 2024-07-31T19:55:55+02: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.
-
fa8d300f
by Beatriz Rizental at 2024-07-31T19:55:56+02:00
fixup! MB 21: Disable the password manager
-
11c36b99
by Pier Angelo Vendrame at 2024-07-31T19:55:56+02:00
MB 112: Updater customization for Mullvad Browser
MB 71: Set the updater base URL to Mullvad domain
-
8f961535
by Beatriz Rizental at 2024-07-31T19:55:56+02:00
fixup! MB 112: Updater customization for Mullvad Browser
-
c7e4b8cc
by Nicolas Vigier at 2024-07-31T19:55:57+02:00
MB 79: Add Mullvad Browser MAR signing keys
MB 256: Add mullvad-browser nightly mar signing key
-
a277fb1d
by Pier Angelo Vendrame at 2024-07-31T19:55:57+02: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.
-
2e307143
by Pier Angelo Vendrame at 2024-07-31T19:55:57+02: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.
-
7f940483
by hackademix at 2024-07-31T19:55:58+02:00
MB 163: prevent uBlock Origin from being uninstalled/disabled
-
70d1050d
by Richard Pospesel at 2024-07-31T19:55:58+02:00
MB 188: Customize Gitlab Issue and Merge templates
-
75efec8b
by rui hildt at 2024-07-31T19:55:58+02:00
MB 213: Customize the search engines list
-
3b49d49c
by Beatriz Rizental at 2024-07-31T19:55:59+02:00
fixup! MB 213: Customize the search engines list
-
73004955
by hackademix at 2024-07-31T19:55:59+02:00
MB 214: Enable cross-tab identity leak protection in "quiet" mode
-
34e4ba97
by Pier Angelo Vendrame at 2024-07-31T19:55:59+02: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.
-
0d85eb74
by Pier Angelo Vendrame at 2024-07-31T19:56:00+02:00
MB 80: Enable Mullvad Browser as a default browser
-
1b5b0947
by Beatriz Rizental at 2024-07-31T19:56:00+02:00
fixup! MB 80: Enable Mullvad Browser as a default browser
-
18d97c67
by Pier Angelo Vendrame at 2024-07-31T19:56:00+02: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.