diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-04-12 01:10:47 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-04-12 01:10:47 +0800 |
commit | 70a6e465fb9016eaf1a65831f5a3c22ae3f59a26 (patch) | |
tree | ab8293fbefca8d439b12d0fb20de03a213f851f2 | |
parent | c83353b82643ebeebb35b1456011927f626e6915 (diff) | |
download | gsoc2013-epiphany-70a6e465fb9016eaf1a65831f5a3c22ae3f59a26.tar gsoc2013-epiphany-70a6e465fb9016eaf1a65831f5a3c22ae3f59a26.tar.gz gsoc2013-epiphany-70a6e465fb9016eaf1a65831f5a3c22ae3f59a26.tar.bz2 gsoc2013-epiphany-70a6e465fb9016eaf1a65831f5a3c22ae3f59a26.tar.lz gsoc2013-epiphany-70a6e465fb9016eaf1a65831f5a3c22ae3f59a26.tar.xz gsoc2013-epiphany-70a6e465fb9016eaf1a65831f5a3c22ae3f59a26.tar.zst gsoc2013-epiphany-70a6e465fb9016eaf1a65831f5a3c22ae3f59a26.zip |
Add 'video/mp4' to safe list.
2005-04-11 Christian Persch <chpe@cvs.gnome.org>
* data/mime-types-permissions.xml:
Add 'video/mp4' to safe list.
-rw-r--r-- | ChangeLog | 6 | ||||
-rwxr-xr-x | data/mime-types-permissions.xml | 1 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-04-11 Christian Persch <chpe@cvs.gnome.org> + + * data/mime-types-permissions.xml: + + Add 'video/mp4' to safe list. + 2005-04-08 Christian Persch <chpe@cvs.gnome.org> * embed/downloader-view.c: (format_interval), diff --git a/data/mime-types-permissions.xml b/data/mime-types-permissions.xml index a38327b77..9f2da16b9 100755 --- a/data/mime-types-permissions.xml +++ b/data/mime-types-permissions.xml @@ -336,6 +336,7 @@ <mime-type type="text/xmcd"/> <mime-type type="text/xml"/> <mime-type type="video/isivideo"/> +<mime-type type="video/mp4"/> <mime-type type="video/mpeg"/> <mime-type type="video/quicktime"/> <mime-type type="video/vivo"/> |