boklm pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
4c8683ec
by Nicolas Vigier at 2025-09-04T16:03:43+02:00
1 changed file:
Changes:
... | ... | @@ -10,6 +10,6 @@ Icon=[% c("var/system_pkg/pkg_name") %] |
10 | 10 | StartupNotify=true
|
11 | 11 | StartupWMClass=[% c("var/display_name") %]
|
12 | 12 | [% IF ! c("var/tor-browser") -%]
|
13 | -MimeType=text/html;text/xml;application/xhtml_xml;x-scheme-handler/http;x-scheme-handler/https;
|
|
13 | +MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;
|
|
14 | 14 | [% END -%]
|
15 | 15 | Terminal=false |