aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/firefox/user-overrides.js
Commit message (Collapse)AuthorAgeFilesLines
* feat(firefox): re-enable OpenH264 GMP for MS Teams videoLibravatar sommerfeld2026-05-131-0/+10
| | | | | | | | | | | | | | | | | LibreWolf disables media.gmp-provider.enabled and media.gmp-gmpopenh264.enabled and falls back to media.webrtc.hw.h264.enabled=true. On Linux this rarely works because Mozilla's bundled FFmpeg doesn't ship H.264 encode support (patent policy), so the SDP offers H.264 but the encoder produces no frames. Result: local camera preview works (raw MediaStreamTrack, no encoding) but remote participants see no video. Affects MS Teams (H.264 primary); does not affect Google Meet (VP8/VP9 native). Same symptom in flatpak and native LibreWolf builds, confirming sandbox is not the cause. arkenfox 2020 deliberately leaves media.gmp-provider.enabled commented out and does not touch the OpenH264 plugin pref. Re-enabling here brings us in line with arkenfox. media.gmp-manager.url is restored from LibreWolf's data:text/plain blank so the OpenH264 GMP can actually download.
* feat(firefox): allow plain-HTTP loopback for VPN SSO callbacksLibravatar sommerfeld2026-05-131-0/+9
| | | | | | | | | | | | | | LibreWolf 149+ hardens beyond arkenfox by force-upgrading loopback to HTTPS (dom.security.https_only_mode.upgrade_local=true) and enabling LNA blocking of public->loopback redirects. Both break snx-rs / Forticlient / generic VPN SAML callbacks that land on http://127.0.0.1:<port>/<token>. Restore stock Firefox / arkenfox loopback behaviour. arkenfox 1245 leaves upgrade_local intentionally commented out and does not touch network.lna.*, so this brings us in line with arkenfox rather than weaker than it. Refs: LibreWolf issues #2954 (Forticlient SSO broken in 149), #2962 (HTTPS-Only Mode locked in 149.0.2-1, reverted in 149.0.2-2).
* refactor: clean up firefox user-overrides.jsLibravatar sommerfeld2026-04-171-88/+18
| | | | | | | | | - Remove 4 dead commented-out prefs (privatebrowsing.autostart, sessionstore.privacy_level, media.eme.enabled, disableIPv6 duplicate) - Remove deprecated pdfjs.disabled (dropped from arkenfox, no longer honored) - Remove deprecated browser.fixup.domainsuffixwhitelist.i2p (FF120+) - Strip arkenfox wiki comment bloat: 97 → 22 lines - Organize remaining 15 active prefs by section
* Add MS Teams to RFP user-overridesLibravatar sommerfeld2026-04-111-1/+1
|
* Add a lot of changesLibravatar sommerfeld2025-09-111-1/+1
|
* [LW] Add letterboxingLibravatar sommerfeld2025-01-311-0/+18
|
* [LW] Remove OCSP soft-failLibravatar sommerfeld2024-07-241-10/+0
|
* [LW] Migrate overrides to FF128Libravatar sommerfeld2024-07-241-12/+4
|
* [LW] Disable OCSP stapling hard failLibravatar sommerfeld2024-07-221-0/+10
|
* Disable resistFingerprinting for gmeetLibravatar Arnold Sommerfeld2024-03-131-0/+8
|
* first commitLibravatar Arnold Sommerfeld2023-10-181-0/+78