Created
April 4, 2015 17:58
-
-
Save zhufenggood/b96fc01a88e7cddd8c30 to your computer and use it in GitHub Desktop.
Block any Flash video site p2p upload (mac)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir -p ~/Library/Application\ Support/Google/Chrome/Default/Pepper\ Data/Shockwave\ Flash/System | |
touch ~/Library/Application\ Support/Google/Chrome/Default/Pepper\ Data/Shockwave\ Flash/System/mms.cfg | |
echo "RTMFPP2PDisable=1" >> ~/Library/Application\ Support/Google/Chrome/Default/Pepper\ Data/Shockwave\ Flash/System/mms.cfg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment