diff options
| author | 2026-05-19 15:16:09 +0100 | |
|---|---|---|
| committer | 2026-05-19 15:16:09 +0100 | |
| commit | 027fa12fc3fbc138dc8bbbb50b066735943d8b27 (patch) | |
| tree | 9228203e38cd75edd4861270da45aa03cd0e76d3 /firefox | |
| parent | 31a92930f7ef231069ebaf42ec2d0255abc22c25 (diff) | |
| download | dotfiles-027fa12fc3fbc138dc8bbbb50b066735943d8b27.tar.gz dotfiles-027fa12fc3fbc138dc8bbbb50b066735943d8b27.tar.bz2 dotfiles-027fa12fc3fbc138dc8bbbb50b066735943d8b27.zip | |
revert: drop snxctl-chromium wrapper, snx-rs works with default browser now
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.
Diffstat (limited to 'firefox')
| -rw-r--r-- | firefox/user-overrides.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/firefox/user-overrides.js b/firefox/user-overrides.js index 52059c2..aa79951 100644 --- a/firefox/user-overrides.js +++ b/firefox/user-overrides.js @@ -29,17 +29,6 @@ user_pref("media.gmp-manager.url", "https://aus5.mozilla.org/update/3/GMP/%VERSI /** Network **/ user_pref("network.dns.disableIPv6", false); // keep IPv6 enabled -// NOTE on snx-rs SAML loopback callbacks (Check Point VPN): -// LibreWolf force-upgrades http://127.0.0.1:<port>/<token> to HTTPS and -// enables LNA blocking, which both break the snx-rs SAML handoff. -// `dom.security.https_only_mode.upgrade_local = false` and -// `network.lna.local-network-to-localhost.skip-checks = true` were tried -// here and did NOT actually fix the SAML flow — left disabled. The -// working fix is the wrapper script ~/.local/bin/snxctl-chromium, which -// routes snx-rs's xdg-open through flatpak ungoogled-chromium via a -// systemd --user drop-in. See dot_local/share/snx-rs/bin/xdg-open and -// dot_config/systemd/user/snx-rs.service.d/10-chromium-saml.conf. - /** Resist Fingerprinting **/ user_pref("privacy.resistFingerprinting.testGranularityMask", 4); user_pref("privacy.resistFingerprinting.exemptedDomains", "meet.google.com,teams.microsoft.com"); |
