mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
4b8cef59e7
After some recent update (or patch sync), iridium now works like chromium. ungoogled-chromium should work as well, but I haven't stepped through its hoops to manually install the extension (you can't just use the web store). Drop runtime dependencies on browsers, they're obvious anyway and depending on either of these browsers as per packages-specs(7) does not fully work.
13 lines
510 B
Plaintext
13 lines
510 B
Plaintext
+-------------------------------------------------------------------------------
|
|
| Running ${PKGSTEM} on OpenBSD
|
|
+-------------------------------------------------------------------------------
|
|
|
|
Install the official Web eID extension
|
|
https://chrome.google.com/webstore/detail/ncibgoaomkmdpilpocfeponihegamlic
|
|
and add the following unveil rules to either of
|
|
${SYSCONFDIR}/{chromium,iridium,ungoogled-chromium}/unveil.main:
|
|
|
|
# native messaging host
|
|
/usr/local/bin r
|
|
/usr/local/bin/web-eid rx
|