Skip to content

Instantly share code, notes, and snippets.

@aitoroses
Forked from akhy/disable_nsurlsessionid.sh
Created August 21, 2017 15:09
Show Gist options
  • Save aitoroses/fc310952dc5325f1774c20a26345471e to your computer and use it in GitHub Desktop.
Save aitoroses/fc310952dc5325f1774c20a26345471e to your computer and use it in GitHub Desktop.
Disable NSURLSessionId
launchctl unload /System/Library/LaunchDaemons/com.apple.nsurlstoraged.plist
launchctl unload /System/Library/LaunchAgents/com.apple.nsurlsessiond.plist
sudo launchctl unload /System/Library/LaunchDaemons/com.apple.nsurlsessiond.plist
sudo launchctl unload /System/Library/LaunchDaemons/com.apple.nsurlstoraged.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment