mirror of
https://github.com/unode/firefox_decrypt.git
synced 2025-12-16 12:01:52 +01:00
committed by
Renato Alves
parent
2a163faf6c
commit
603f7083aa
@@ -1,7 +1,7 @@
|
|||||||
#### Changelog
|
#### Changelog
|
||||||
|
|
||||||
##### 1.1.1+git
|
##### 1.1.1+git
|
||||||
-
|
- Include Darwin homebrew path in nss search locations
|
||||||
|
|
||||||
##### 1.1.1
|
##### 1.1.1
|
||||||
- Fix unhandled exception with deleted passwords - see #99
|
- Fix unhandled exception with deleted passwords - see #99
|
||||||
|
|||||||
@@ -330,6 +330,7 @@ def load_libnss():
|
|||||||
"/sw/lib/firefox",
|
"/sw/lib/firefox",
|
||||||
"/sw/lib/mozilla",
|
"/sw/lib/mozilla",
|
||||||
"/usr/local/opt/nss/lib", # nss installed with Brew on Darwin
|
"/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
|
"/opt/pkg/lib/nss", # installed via pkgsrc
|
||||||
"/Applications/Firefox.app/Contents/MacOS", # default manual install location
|
"/Applications/Firefox.app/Contents/MacOS", # default manual install location
|
||||||
"/Applications/Thunderbird.app/Contents/MacOS",
|
"/Applications/Thunderbird.app/Contents/MacOS",
|
||||||
|
|||||||
Reference in New Issue
Block a user