aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/addons/browser.py
Commit message (Collapse)AuthorAgeFilesLines
* finish FIXME: move open_browser() to addon/browser (#3832)naivekun2020-03-081-1/+1
|
* addons/browser: fallback to google-chrome-unstable as last tryBenno Fünfstück2018-09-141-0/+1
|
* Added Support for AUR Google ChromeOliver Fish2018-03-071-0/+1
|
* fix browser addon on WindowsMaximilian Hils2017-12-111-9/+21
|
* browser addon: start an isolated browser attached to the proxyAldo Cortesi2017-12-101-0/+62
A simple addon that starts an instance of Chrome attached to the current proxy. The instance is isolated in its own user data directory, and addons are turned off. Future work: - I wasn't able to test the Windows executable path - a Windows dev should confirm this for us. - In future it would be nice to support other browsers like Firefox.