Skip to content

Instantly share code, notes, and snippets.

@michaellehmkuhl
Created February 13, 2012 22:44
Show Gist options
  • Save michaellehmkuhl/1821181 to your computer and use it in GitHub Desktop.
Save michaellehmkuhl/1821181 to your computer and use it in GitHub Desktop.
Punch a hole in HTTP auth to allow Flash to access without authenticating
SetEnvIf User-Agent ^Adobe\sFlash let_me_in
<Directory /var/www/vhosts/dev.domain.com>
Satisfy Any
Order allow,deny
Allow from env=let_me_in
Deny from none
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment