mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-02-02 00:05:27 +00:00
Merge pull request #3328 from bennofs/browser-chrome-unstable
addons/browser: fallback to google-chrome-unstable as last try
This commit is contained in:
commit
97244a7e0e
@ -19,6 +19,7 @@ def get_chrome_executable() -> typing.Optional[str]:
|
|||||||
"chrome",
|
"chrome",
|
||||||
"chromium",
|
"chromium",
|
||||||
"chromium-browser",
|
"chromium-browser",
|
||||||
|
"google-chrome-unstable",
|
||||||
):
|
):
|
||||||
if shutil.which(browser):
|
if shutil.which(browser):
|
||||||
return browser
|
return browser
|
||||||
|
Loading…
Reference in New Issue
Block a user