Skip to content

Instantly share code, notes, and snippets.

@snhasani
Last active October 24, 2019 21:23
Show Gist options
  • Save snhasani/dbb7e55f2e29f326a69e715b98f20401 to your computer and use it in GitHub Desktop.
Save snhasani/dbb7e55f2e29f326a69e715b98f20401 to your computer and use it in GitHub Desktop.
Disable Apps verification in the opening on Mac
  1. Open Terminal App; enter this command
sudo nano /etc/hosts
  1. Drop fllowing line into the end of the file and save it
0.0.0.0 ocsp.apple.com
  1. Run this command into the Terminal App
sudo killall -HUP mDNSResponder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment