diff --git a/CHANGELOG.md b/CHANGELOG.md index adca208..9f12520 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ #### Changelog ##### 1.1.1+git -- +- Include Darwin homebrew path in nss search locations ##### 1.1.1 - Fix unhandled exception with deleted passwords - see #99 diff --git a/firefox_decrypt.py b/firefox_decrypt.py index f2f0c21..3c0698b 100755 --- a/firefox_decrypt.py +++ b/firefox_decrypt.py @@ -330,6 +330,7 @@ def load_libnss(): "/sw/lib/firefox", "/sw/lib/mozilla", "/usr/local/opt/nss/lib", # nss installed with Brew on Darwin + "/opt/homebrew/lib", # nss installed with Brew on Darwin/Apple Silicon "/opt/pkg/lib/nss", # installed via pkgsrc "/Applications/Firefox.app/Contents/MacOS", # default manual install location "/Applications/Thunderbird.app/Contents/MacOS",