Skip to content
This repository was archived by the owner on Jan 17, 2021. It is now read-only.

Use pkg/browser where possible and remove explicit firefox support #14

Merged
merged 2 commits into from
Apr 20, 2019

Conversation

nhooyr
Copy link
Contributor

@nhooyr nhooyr commented Apr 20, 2019

Closes #13 and closes #10

main.go Outdated
return []string{"--app=" + url, "--disable-extensions", "--disable-plugins"}
}

func firefoxOptions(url string) []string {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why keep this in if firefox is being removed?

@nhooyr nhooyr requested a review from scsmithr April 20, 2019 01:22
@nhooyr nhooyr merged commit 9cb8a75 into master Apr 20, 2019
@nhooyr nhooyr deleted the pkgbrowser branch April 20, 2019 01:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use default browser support macOS safari and firefox
2 participants