Created
May 4, 2019 14:42
-
-
Save knzm/149fdda292a03caa7a49498bcff4fdb2 to your computer and use it in GitHub Desktop.
Fix firefox's disabled extensions related to the certificate issue occured at May 4, 2019
This file contains 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
cd ~/Library/Application Support/Firefox/Profiles/<profile folder> | |
mv extensions.json extensions.json-20190504 | |
cat extensions.json-20190504 | jq '(.addons[] | select(.signedState == -1)) |= (.signedState = 1 | .active = true | .appDisabled = false)' > extensions.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment