aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_local/share/snx-rs
diff options
context:
space:
mode:
Diffstat (limited to 'dot_local/share/snx-rs')
-rw-r--r--dot_local/share/snx-rs/bin/executable_xdg-open10
1 files changed, 0 insertions, 10 deletions
diff --git a/dot_local/share/snx-rs/bin/executable_xdg-open b/dot_local/share/snx-rs/bin/executable_xdg-open
deleted file mode 100644
index f646200..0000000
--- a/dot_local/share/snx-rs/bin/executable_xdg-open
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-# xdg-open shim that hands every URL to the flatpak ungoogled-chromium.
-#
-# Used by `snxctl connect` (via the snxctl-chromium wrapper) so the
-# Check Point SAML callback lands in a browser that won't HTTPS-upgrade
-# or LNA-block the loopback handoff to 127.0.0.1:7779. The wrapper
-# prepends this directory to snxctl's PATH — this file does NOT shadow
-# the system-wide xdg-open for any other process.
-exec flatpak run io.github.ungoogled_software.ungoogled_chromium \
- "$@"