h5bp / html5-boilerplate

A professional front-end template for building fast, robust, and adaptable web apps or sites.

Home Page:https://html5boilerplate.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing .mov?

nijakobius opened this issue · comments

I'm submitting a feature request

Wondering why there's no mention of mov? Is this missing on purpose? Otherwise it would be great to add it :)

what do you mean by missing mov? Can you please explain further?

Oh sorry, I though I was commenting on the .htaccess file.
https://github.com/h5bp/html5-boilerplate/blob/main/dist/.htaccess

I am talking about the Expiry Headers for the video format mov. The .htaccess only refers to mp4, ogg and webm:

ExpiresByType video/mp4                             "access plus 1 month"
ExpiresByType video/ogg                             "access plus 1 month"
ExpiresByType video/webm                            "access plus 1 month"

ah I see. Please could you open an issue at: https://github.com/h5bp/server-configs-apache ?
thanks!