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

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



Title: GitLab

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

Commits:

  • 09e84f60
    by Pier Angelo Vendrame at 2024-09-16T17:49:07+00: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.
    

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -533,9 +533,6 @@ pref("media.peerconnection.ice.default_address_only", true);
    533 533
     pref("media.peerconnection.ice.no_host", true);
    
    534 534
     pref("media.peerconnection.ice.proxy_only_if_behind_proxy", true);
    
    535 535
     
    
    536
    -// Disables media devices but only if `media.peerconnection.enabled` is set to
    
    537
    -// `false` as well. (see bug 16328 for this defense-in-depth measure)
    
    538
    -pref("media.navigator.enabled", false);
    
    539 536
     // GMPs (Gecko Media Plugins, https://wiki.mozilla.org/GeckoMediaPlugins)
    
    540 537
     // We make sure they don't show up on the Add-on panel and confuse users.
    
    541 538
     // And the external update/donwload server must not get pinged. We apply a
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits