Skip to content

Instantly share code, notes, and snippets.

@mitchkramez
Created February 13, 2012 22:44
Show Gist options
  • Save mitchkramez/1821183 to your computer and use it in GitHub Desktop.
Save mitchkramez/1821183 to your computer and use it in GitHub Desktop.
Allow Flash Through HTTP Auth
SetEnvIf User-Agent ^Adobe\sFlash let_me_in
<Directory /var/www/vhosts/dev.welcoa.org>
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