Skip to content

Commit

Permalink
Adding the video/webm mime type for files with extension .webm. The c…
Browse files Browse the repository at this point in the history
…hange is similar to JENKINS-3803, just a different extension.
  • Loading branch information
gshakhn committed Feb 22, 2012
1 parent 4d27250 commit c1d2c94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions war/src/main/webapp/WEB-INF/web.xml
Expand Up @@ -194,5 +194,9 @@ THE SOFTWARE.
<extension>rar</extension>
<mime-type>application/octet-stream</mime-type>
</mime-mapping>
<mime-mapping>
<extension>webm</extension>
<mime-type>video/webm</mime-type>
</mime-mapping>

</web-app>

0 comments on commit c1d2c94

Please sign in to comment.