Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save brokenmass/60744692570be1b95c48382485451fd3 to your computer and use it in GitHub Desktop.
Save brokenmass/60744692570be1b95c48382485451fd3 to your computer and use it in GitHub Desktop.
show "always allow" checkbox in Chrome external protocol permission popup on apple mac osx
# Since Chrome 77 is not possible by default to always allow an application to handle an external protocol (pulsesecure, zoom, etc)
# Since Chrome 79, the 'ExternalProtocolDialogShowAlwaysOpenCheckbox' policy is available to restore the previous behviour and present
# the user with a checkbox to save the preference. To enable it simply run the following command in your terminal
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