open-browser icon indicating copy to clipboard operation
open-browser copied to clipboard

Fails to open browser if running through torsocks

Open hyperrealgopher opened this issue 4 years ago • 1 comments

Steps to reproduce:

  1. torsocks cabal repl
  2. import Web.Browser
  3. openBrowser "http://haskell.org/" >>= print

The above only prints True, but nothing opens. The above works (Firefox opens haskell.org if not running through torsocks.

hyperrealgopher avatar Dec 04 '20 23:12 hyperrealgopher