Skip to content

Commit

Permalink
Switch macOS from firefox-bin to firefox
Browse files Browse the repository at this point in the history
Upstream:
* "firefox-bin is broken". https://bugzilla.mozilla.org/show_bug.cgi?id=1871447
* "remove firefox-bin". https://bugzilla.mozilla.org/show_bug.cgi?id=1873782

Long story short:
* Firefox has shipped both for a long time.
* Firefox signs it in a way that makes only `firefox` pass "hightened" security rules.
* Firefox 121 adds support for Apple's Passkey feature and that raised the level of security rules it has to pass.

Fixes #328.
  • Loading branch information
Krinkle committed Jan 10, 2024
1 parent a55a7f4 commit 6918785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ const getFirefoxWithFallbackOnOSX = function () {

const firefoxDirNames = Array.prototype.slice.call(arguments)
const prefix = '/Applications/'
const suffix = '.app/Contents/MacOS/firefox-bin'
const suffix = '.app/Contents/MacOS/firefox'

let bin
let homeBin
Expand Down

0 comments on commit 6918785

Please sign in to comment.