mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-05 12:06:26 +08:00

OpenBSD uses [unveil(2)](https://man.openbsd.org/unveil) in chromium and firefox. This means that things outside of directories like ~/Downloads or /tmp are not visible to the browsers. Change webconfig so it uses tempfile.NamedTemporaryFile to create our temp file.