Skip to content

Instantly share code, notes, and snippets.

@derzunov
Forked from akhy/disable_nsurlsessionid.sh
Created December 3, 2016 16:17
Show Gist options
  • Save derzunov/f9c11f9b2371e247a9b50270de3ff61b to your computer and use it in GitHub Desktop.
Save derzunov/f9c11f9b2371e247a9b50270de3ff61b 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