Pier Angelo Vendrame pushed to branch mullvad-browser-128.3.0esr-14.0-1 at The Tor Project / Applications / Mullvad Browser
Commits: 03a35fcd by Pier Angelo Vendrame at 2024-10-08T12:23:46+02:00 fixup! MB 38: Mullvad Browser configuration
Bug 42356: Preference review for Firefox ESR128.
Remove privacy.webrtc.legacyGlobalIndicator, as it is not supported by Firefox anymore.
- - - - -
1 changed file:
- browser/app/profile/000-mullvad-browser.js
Changes:
===================================== browser/app/profile/000-mullvad-browser.js ===================================== @@ -18,11 +18,6 @@ pref("doh-rollout.disable-heuristics", true); // mullvad-browser#37: Customization for the about dialog pref("app.releaseNotesURL.aboutDialog", "about:blank");
-// mullvad-browser#94: Disable legacy global microphone/webcam indicator -// Disable the legacy Firefox Quantum-styled global webcam/microphone indicator in favor of each -// platform's native indicator -pref("privacy.webrtc.legacyGlobalIndicator", false); - // mullvad-browser#87: Windows and Linux need additional work to make the // default browser choice working. // We are shipping only the portable versions for the initial release anyway, so
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/03a3...