Created
February 13, 2012 22:44
-
-
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
This file contains 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
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