[epiphany/mcatanzaro/xml: 5/5] Stop handling XML files




commit e6034bc711531f3d31e6d7cd07db81fe7d2f7125
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Wed Mar 31 15:29:39 2021 -0500

    Stop handling XML files
    
    XML files should be opened in a text editor, not a web browser.
    Regardless of how Firefox and Chrome behave, it just doesn't make sense
    for Epiphany to handle these.
    
    Of course XHTML remains supported.
    
    Fixes #1487

 data/org.gnome.Epiphany.desktop.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/org.gnome.Epiphany.desktop.in.in b/data/org.gnome.Epiphany.desktop.in.in
index 26cf2dcf9..5dca16c42 100644
--- a/data/org.gnome.Epiphany.desktop.in.in
+++ b/data/org.gnome.Epiphany.desktop.in.in
@@ -11,7 +11,7 @@ Type=Application
 # Translators: Do NOT translate or transliterate this text (this is an icon file name)!
 Icon=@icon@
 Categories=Network;GNOME;GTK;WebBrowser;
-MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;multipart/related;application/x-mimearchive;message/rfc822;application/x-xpinstall;
+MimeType=text/html;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;multipart/related;application/x-mimearchive;message/rfc822;application/x-xpinstall;
 Actions=new-window;Incognito;
 # Translators: Do NOT translate or transliterate this text (these are enum types)!
 X-Purism-FormFactor=Workstation;Mobile;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]