Skip to content

Instantly share code, notes, and snippets.

@jgpeak
Created March 23, 2020 11:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgpeak/59e80881a31e34325af369e8d80bc607 to your computer and use it in GitHub Desktop.
Save jgpeak/59e80881a31e34325af369e8d80bc607 to your computer and use it in GitHub Desktop.
Fix Chrome
# 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