Pier Angelo Vendrame pushed to branch maint-14.5 at The Tor Project / Applications / tor-browser-build
Commits:
-
207612f3
by Nicolas Vigier at 2025-09-09T17:44:21+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 |