mitmweb: use `gio` to open browser where available
This commit is contained in:
parent
bbfb639835
commit
d3fb9f4349
|
@ -43,6 +43,7 @@ def open_browser(url: str) -> bool:
|
|||
"windows-default",
|
||||
"macosx",
|
||||
"wslview %s",
|
||||
"gio",
|
||||
"x-www-browser %s",
|
||||
"gnome-open %s",
|
||||
"xdg-open",
|
||||
|
|
Loading…
Reference in New Issue