[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-128.3.0esr-14.0-1] 24 commits: MB 38: Mullvad Browser configuration



Title: GitLab

morgan pushed to branch mullvad-browser-128.3.0esr-14.0-1 at The Tor Project / Applications / Mullvad Browser

Commits:

  • 8fc39062
    by Pier Angelo Vendrame at 2024-09-26T23:15:10+02:00
    MB 38: Mullvad Browser configuration
    
  • a2cba9dd
    by Morgan at 2024-09-26T23:15:14+02:00
    fixup! MB 38: Mullvad Browser configuration
    
  • c5afee5d
    by Richard Pospesel at 2024-09-26T23:15:15+02:00
    fixup! MB 38: Mullvad Browser configuration
    
    Bug 222: Hide 'List all tabs' when the tabs don't overflow
    
  • 2a24e82a
    by Pier Angelo Vendrame at 2024-09-26T23:15:15+02:00
    fixup! MB 38: Mullvad Browser configuration
    
    MB 344: Remove media.navigator.enabled = false on MB.
    
    RFP spoof the values protected by this preference.
    We do not do the same on Tor Browser because this functionality depends
    on WebRTC, which is disabled at build time on TBB.
    
  • 23191f67
    by Pier Angelo Vendrame at 2024-09-26T23:15:15+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
    
  • 1d865fd0
    by Pier Angelo Vendrame at 2024-09-26T23:15:16+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.
    
  • 4d3ac4fa
    by Pier Angelo Vendrame at 2024-09-26T23:15:16+02:00
    MB 63: Customize some about pages for Mullvad Browser
    
    Also:
    mullvad-browser#57: Purge unneeded about: pages
    
  • 15b4f467
    by Pier Angelo Vendrame at 2024-09-26T23:15:16+02:00
    MB 37: Customization for the about dialog
    
  • e8e6652d
    by Henry Wilkes at 2024-09-26T23:15:17+02:00
    MB 39: Add home page about:mullvad-browser
    
  • 45b7ca93
    by hackademix at 2024-09-26T23:15:17+02:00
    MB 97: Remove UI cues to install new extensions.
    
  • 00d91791
    by hackademix at 2024-09-26T23:15:17+02:00
    MB 47: uBlock Origin customization
    
  • 07bf113a
    by Pier Angelo Vendrame at 2024-09-26T23:15:18+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.
    
  • 79a49471
    by Pier Angelo Vendrame at 2024-09-26T23:15:18+02:00
    MB 112: Updater customization for Mullvad Browser
    
    MB 71: Set the updater base URL to Mullvad domain
    
  • 94842cc1
    by Nicolas Vigier at 2024-09-26T23:15:19+02:00
    MB 79: Add Mullvad Browser MAR signing keys
    
    MB 256: Add mullvad-browser nightly mar signing key
    
  • dae4c978
    by Pier Angelo Vendrame at 2024-09-26T23:15:19+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.
    
  • 6f59241f
    by Pier Angelo Vendrame at 2024-09-27T00:00:26+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.
    
  • e84a20e4
    by hackademix at 2024-09-27T00:00:26+00:00
    MB 163: prevent uBlock Origin from being uninstalled/disabled
    
  • 350b19e0
    by Richard Pospesel at 2024-09-27T00:00:27+00:00
    MB 188: Customize Gitlab Issue and Merge templates
    
  • cbec5612
    by rui hildt at 2024-09-27T00:00:27+00:00
    MB 213: Customize the search engines list
    
  • 79721f60
    by Pier Angelo Vendrame at 2024-09-27T00:00:28+00:00
    squash! 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.
    
  • 832f998a
    by hackademix at 2024-09-27T00:00:28+00:00
    MB 214: Enable cross-tab identity leak protection in "quiet" mode
    
  • 151ac295
    by Pier Angelo Vendrame at 2024-09-27T00:00:28+00:00
    MB 80: Enable Mullvad Browser as a default browser
    
  • 57d2cd5a
    by Pier Angelo Vendrame at 2024-09-27T00:00:29+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.
    
  • 564c9f37
    by Henry Wilkes at 2024-09-27T00:00:29+00:00
    MB 329: Customize toolbar for mullvad-browser.
    

30 changed files:

The diff was not included because it is too large.
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits