<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotfiles/firefox, branch master</title>
<subtitle>My linux config and rc files</subtitle>
<id>https://git.sommerfeld.dev/dotfiles/atom/firefox?h=master</id>
<link rel='self' href='https://git.sommerfeld.dev/dotfiles/atom/firefox?h=master'/>
<link rel='alternate' type='text/html' href='https://git.sommerfeld.dev/dotfiles/'/>
<updated>2026-05-19T14:16:09Z</updated>
<entry>
<title>revert: drop snxctl-chromium wrapper, snx-rs works with default browser now</title>
<updated>2026-05-19T14:16:09Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2026-05-19T14:16:09Z</published>
<link rel='alternate' type='text/html' href='https://git.sommerfeld.dev/dotfiles/commit/?id=027fa12fc3fbc138dc8bbbb50b066735943d8b27'/>
<id>urn:sha1:027fa12fc3fbc138dc8bbbb50b066735943d8b27</id>
<content type='text'>
User confirms snx-rs's SAML loopback no longer needs chromium routing.
Remove:

- dot_local/bin/snxctl-chromium             (PATH-override wrapper)
- dot_local/share/snx-rs/bin/xdg-open       (chromium shim)
- snx-rs LibreWolf SAML note in user-overrides.js

The waybar snx-vpn toggle now just runs `snxctl connect` detached,
no wrapper indirection.
</content>
</entry>
<entry>
<title>feat: teams autostart, llama-cpp-vulkan ignore, snxctl-chromium wrapper</title>
<updated>2026-05-14T09:58:37Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2026-05-14T09:58:37Z</published>
<link rel='alternate' type='text/html' href='https://git.sommerfeld.dev/dotfiles/commit/?id=3fc4705b6c711871a920290feef138694e72d29a'/>
<id>urn:sha1:3fc4705b6c711871a920290feef138694e72d29a</id>
<content type='text'>
systemd/user/teams-{sii,xsight}.service: autostart both Teams flatpak
profiles on sway-session.target login. KillMode=mixed so SIGTERM hits
only the wrapper process — both instances share the same flatpak app
id, so killing by app id would take down the sibling instance. A 15s
SIGKILL fallback covers the case where Electron tray-hides instead of
quitting. Both units listed in systemd-units/user.txt.

etc/pacman.conf: IgnorePkg = llama-cpp-vulkan. The AUR package rebuilds
on every llama.cpp commit (multi-hour build). Update manually with
`paru -S llama-cpp-vulkan` when intended.

snxctl-chromium wrapper:
- dot_local/share/snx-rs/bin/xdg-open: shim that flatpak-runs
  ungoogled-chromium, used only by snx-rs.
- dot_config/systemd/user/snx-rs.service.d/10-chromium-saml.conf:
  drop-in prepending that dir to the daemon's PATH so snx-rs's
  opener-crate call to xdg-open lands in chromium, without affecting
  xdg-open for any other process.
- dot_local/bin/snxctl-chromium: convenience wrapper that
  daemon-reloads and restarts snx-rs.service if the drop-in isn't yet
  applied, then execs `snxctl connect`.

firefox/user-overrides.js: revert the dom.security.https_only_mode.
upgrade_local and network.lna.local-network-to-localhost.skip-checks
prefs — they didn't actually fix the SAML flow. Replaced with a
comment pointing to the wrapper instead.
</content>
</entry>
<entry>
<title>feat(firefox): re-enable OpenH264 GMP for MS Teams video</title>
<updated>2026-05-13T12:43:42Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2026-05-13T12:43:42Z</published>
<link rel='alternate' type='text/html' href='https://git.sommerfeld.dev/dotfiles/commit/?id=243ff210d3677764fabe90897bf3a08742170a2b'/>
<id>urn:sha1:243ff210d3677764fabe90897bf3a08742170a2b</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>feat(firefox): allow plain-HTTP loopback for VPN SSO callbacks</title>
<updated>2026-05-13T12:43:42Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2026-05-13T12:43:42Z</published>
<link rel='alternate' type='text/html' href='https://git.sommerfeld.dev/dotfiles/commit/?id=6c9641629be956399d2de24c578ebc6ca239d558'/>
<id>urn:sha1:6c9641629be956399d2de24c578ebc6ca239d558</id>
<content type='text'>
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-&gt;loopback redirects. Both break snx-rs / Forticlient / generic
VPN SAML callbacks that land on http://127.0.0.1:&lt;port&gt;/&lt;token&gt;.

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).
</content>
</entry>
<entry>
<title>refactor: clean up firefox user-overrides.js</title>
<updated>2026-04-17T09:54:18Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2026-04-17T09:54:18Z</published>
<link rel='alternate' type='text/html' href='https://git.sommerfeld.dev/dotfiles/commit/?id=347c608787b1c13ab3556723667064a232f0ffff'/>
<id>urn:sha1:347c608787b1c13ab3556723667064a232f0ffff</id>
<content type='text'>
- 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
</content>
</entry>
<entry>
<title>Add MS Teams to RFP user-overrides</title>
<updated>2026-04-11T14:56:14Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2026-04-11T14:56:14Z</published>
<link rel='alternate' type='text/html' href='https://git.sommerfeld.dev/dotfiles/commit/?id=f7b5515f632edbdd645cd6d75a3e41cc25345100'/>
<id>urn:sha1:f7b5515f632edbdd645cd6d75a3e41cc25345100</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a lot of changes</title>
<updated>2025-09-11T15:38:11Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2025-09-11T15:38:11Z</published>
<link rel='alternate' type='text/html' href='https://git.sommerfeld.dev/dotfiles/commit/?id=aa62e1f27b0cb3d712d6f2b13071cca0f09379be'/>
<id>urn:sha1:aa62e1f27b0cb3d712d6f2b13071cca0f09379be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[LW] Add letterboxing</title>
<updated>2025-01-31T18:00:48Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2025-01-31T18:00:48Z</published>
<link rel='alternate' type='text/html' href='https://git.sommerfeld.dev/dotfiles/commit/?id=c1f310bcc39f6cf4684d938d7be45bb25b427335'/>
<id>urn:sha1:c1f310bcc39f6cf4684d938d7be45bb25b427335</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[LW] Remove OCSP soft-fail</title>
<updated>2024-07-24T22:01:43Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2024-07-24T22:01:43Z</published>
<link rel='alternate' type='text/html' href='https://git.sommerfeld.dev/dotfiles/commit/?id=b2bd1ab0d70b95608732e7a666083fa709b5ca0f'/>
<id>urn:sha1:b2bd1ab0d70b95608732e7a666083fa709b5ca0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[LW] Migrate overrides to FF128</title>
<updated>2024-07-24T08:08:20Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2024-07-24T08:08:20Z</published>
<link rel='alternate' type='text/html' href='https://git.sommerfeld.dev/dotfiles/commit/?id=33a5b12034e2c55745c6cde7531aa90c1420792f'/>
<id>urn:sha1:33a5b12034e2c55745c6cde7531aa90c1420792f</id>
<content type='text'>
</content>
</entry>
</feed>
