[Webkit-unassigned] [Bug 40382] HTML5 video tag Does Not Load in Apache htaccess/htpasswd Protected Directory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 15 17:38:41 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=40382


stenseven <stenseven at comcast.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stenseven at comcast.net




--- Comment #12 from stenseven <stenseven at comcast.net>  2013-12-15 17:36:49 PST ---
I was having trouble with media on .htaccess protected Safari sites and discovered this:

# Allow direct access to video and image files in a protected directory
# Props http://stackoverflow.com/a/9078460?stw=2

<FilesMatch  "\.(mp4|ogv|webm|jpg|png)$">
    Satisfy any
    order allow,deny
    allow from all
</FilesMatch>

A fix, not a solution.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list