aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@svn.gnome.org>2007-01-03 15:39:16 +0800
committerDiego Escalante Urrelo <diegoe@src.gnome.org>2007-01-03 15:39:16 +0800
commitd01432071dba797dd0fcca588432a315c1a87573 (patch)
tree0d9eb3293055b8c16747487bc328a041819bf2e9
parent1885536e41726d40825753019e37c793dc83a70d (diff)
downloadgsoc2013-epiphany-d01432071dba797dd0fcca588432a315c1a87573.tar
gsoc2013-epiphany-d01432071dba797dd0fcca588432a315c1a87573.tar.gz
gsoc2013-epiphany-d01432071dba797dd0fcca588432a315c1a87573.tar.bz2
gsoc2013-epiphany-d01432071dba797dd0fcca588432a315c1a87573.tar.lz
gsoc2013-epiphany-d01432071dba797dd0fcca588432a315c1a87573.tar.xz
gsoc2013-epiphany-d01432071dba797dd0fcca588432a315c1a87573.tar.zst
gsoc2013-epiphany-d01432071dba797dd0fcca588432a315c1a87573.zip
Added text/csv as a safe type (note that the alias
2007-01-03 Diego Escalante Urrelo <diegoe@svn.gnome.org> * data/mime-types-permissions.xml: Added text/csv as a safe type (note that the alias text/x-comma-separate-values is also present). Patch by Gaëtan Podevijn. svn path=/trunk/; revision=6779
-rw-r--r--ChangeLog9
-rwxr-xr-xdata/mime-types-permissions.xml1
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2bbf24a3d..0b7c035c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-01-03 Diego Escalante Urrelo <diegoe@svn.gnome.org>
+
+ * data/mime-types-permissions.xml:
+
+ Added text/csv as a safe type (note that the alias
+ text/x-comma-separate-values is also present). Patch by Gaëtan
+ Podevijn.
+
+
2007-01-02 Diego Escalante Urrelo <diegoe@svn.gnome.org>
* src/ephy-history-window.c: (ephy_history_window_update_menu):
diff --git a/data/mime-types-permissions.xml b/data/mime-types-permissions.xml
index a7c022713..3593fb31b 100755
--- a/data/mime-types-permissions.xml
+++ b/data/mime-types-permissions.xml
@@ -314,6 +314,7 @@
<mime-type type="multipart/x-mixed-replace"/>
<mime-type type="text/calendar"/>
<mime-type type="text/css"/>
+<mime-type type="text/csv"/>
<mime-type type="text/directory"/>
<mime-type type="text/enriched"/>
<mime-type type="text/google-video-pointer"/>