Created
December 15, 2024 09:04
-
-
Save TeamYukizome/a75f7b84964da55fb1cc37fe382750a6 to your computer and use it in GitHub Desktop.
LibreWolf macOS iCloud Passwords Fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo '{ | |
"name": "com.apple.passwordmanager", | |
"description": "PasswordManagerBrowserExtensionHelper", | |
"path": "/System/Cryptexes/App/System/Library/CoreServices/PasswordManagerBrowserExtensionHelper.app/Contents/MacOS/PasswordManagerBrowserExtensionHelper", | |
"type": "stdio", | |
"allowed_extensions": [ | |
"[email protected]" | |
] | |
}' > ~/Library/Application\ Support/librewolf/NativeMessagingHosts/com.apple.passwordmanager.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Much appreciated!