Skip to content

Instantly share code, notes, and snippets.

@slaskis
Created August 3, 2009 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slaskis/160685 to your computer and use it in GitHub Desktop.
Save slaskis/160685 to your computer and use it in GitHub Desktop.
Add current dir as "trusted by flash"
echo `pwd` > ~/Library/Preferences/Macromedia/Flash\ Player/#Security/FlashPlayerTrust/${PWD##*/}.cfg
#/bin/sh
echo `pwd` > ~/Library/Preferences/Macromedia/Flash\ Player/#Security/FlashPlayerTrust/${PWD##*/}.cfg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment