mitmweb: use `gio` to open browser where available

This commit is contained in:
Maximilian Hils 2022-09-22 14:23:32 +02:00 committed by GitHub
parent bbfb639835
commit d3fb9f4349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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",