Skip to content

Commit

Permalink
Removed explorer from Windows simbrowser options
Browse files Browse the repository at this point in the history
  • Loading branch information
oxtoacart committed Sep 25, 2023
1 parent 7bf8f15 commit 85c3f4e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions browsers/simbrowser/simbrowser_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ func mimicDefaultBrowser(ctx context.Context) (*Browser, error) {
return &firefox, nil
case browsers.Edge, browsers.EdgeLegacy:
return &edge, nil
case browsers.InternetExplorer:
return &explorer, nil
case browsers.ThreeSixtySecureBrowser:
return &threeSixty, nil
case browsers.QQBrowser:
Expand Down

0 comments on commit 85c3f4e

Please sign in to comment.