diff options
author | Diego Escalante Urrelo <descalante@igalia.com> | 2010-10-11 08:28:24 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <descalante@igalia.com> | 2010-10-11 08:29:00 +0800 |
commit | 6375ebd3361a02e6c996140b33979fc1061ef734 (patch) | |
tree | 856cc54f7e5fbe49105a3cac3db5606951553554 /data | |
parent | 1aa8043ce4334bd6344b36a26d8604b085930c95 (diff) | |
download | gsoc2013-epiphany-6375ebd3361a02e6c996140b33979fc1061ef734.tar.gz gsoc2013-epiphany-6375ebd3361a02e6c996140b33979fc1061ef734.tar.zst gsoc2013-epiphany-6375ebd3361a02e6c996140b33979fc1061ef734.zip |
epiphany.desktop: declare ability to handle http and https
Bug #631450
Diffstat (limited to 'data')
-rw-r--r-- | data/epiphany.desktop.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/epiphany.desktop.in.in b/data/epiphany.desktop.in.in index 1c93f4c50..fdf5ffeba 100644 --- a/data/epiphany.desktop.in.in +++ b/data/epiphany.desktop.in.in @@ -13,4 +13,4 @@ X-GNOME-Bugzilla-Product=epiphany X-GNOME-Bugzilla-Component=BugBuddyBugs X-GNOME-Bugzilla-Version=@VERSION@ Categories=Network;GNOME;GTK;WebBrowser; -MimeType=text/html;text/xml;application/xhtml+xml; +MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https; |