From fc402a0c9c051dc47bb6adb50b6059a6a32afd17 Mon Sep 17 00:00:00 2001
From: Kevin Abel <kevin.abel.0@gmail.com>
Date: Mon, 19 May 2014 17:59:02 -0500
Subject: [PATCH] Add type for webm video on frontier

---
 .htaccess | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.htaccess b/.htaccess
index e9cdbf3d..a50a6e66 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,5 +1,6 @@
 AddType 'text/html; charset=UTF-8' shtml
 AddType 'video/mp4' m4v
+AddType 'video/webm' webm
 AddType 'image/svg+xml' svg
 
 redirect  permanent  /ucomm/news  http://newsroom.unl.edu
-- 
GitLab