Created
March 23, 2020 11:44
-
-
Save jgpeak/59e80881a31e34325af369e8d80bc607 to your computer and use it in GitHub Desktop.
Fix Chrome
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
# The below enables Chrome's always allow checkbox for opening apps that was disabled in the latest Chrome update. | |
defaults write com.google.Chrome ExternalProtocolDialogShowAlwaysOpenCheckbox -bool true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment