diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-04-12 01:11:53 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-04-12 01:11:53 +0800 |
commit | e0254a07fa203513add81a0292b45638fc467b8a (patch) | |
tree | bdc7ce0773ff62fabba37efb04648d1df6cfed64 | |
parent | f0b8b45d005528182019a938b69147429c0c0c57 (diff) | |
download | gsoc2013-epiphany-e0254a07fa203513add81a0292b45638fc467b8a.tar gsoc2013-epiphany-e0254a07fa203513add81a0292b45638fc467b8a.tar.gz gsoc2013-epiphany-e0254a07fa203513add81a0292b45638fc467b8a.tar.bz2 gsoc2013-epiphany-e0254a07fa203513add81a0292b45638fc467b8a.tar.lz gsoc2013-epiphany-e0254a07fa203513add81a0292b45638fc467b8a.tar.xz gsoc2013-epiphany-e0254a07fa203513add81a0292b45638fc467b8a.tar.zst gsoc2013-epiphany-e0254a07fa203513add81a0292b45638fc467b8a.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-10 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-location-entry.c: (entry_key_press_cb), 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"/> |