Commit d712b00d authored by RAVENz46's avatar RAVENz46
Browse files

{mullvad,tor}-browser: Add mimeTypes

mullvad-browser: tor-browser: Add mimeTypes
parent dcffdd10
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -144,6 +144,14 @@ stdenv.mkDerivation rec {
    genericName = "Web Browser";
    comment = meta.description;
    categories = [ "Network" "WebBrowser" "Security" ];
    mimeTypes = [
      "text/html"
      "text/xml"
      "application/xhtml+xml"
      "application/vnd.mozilla.xul+xml"
      "x-scheme-handler/http"
      "x-scheme-handler/https"
    ];
  })];

  buildPhase = ''
+8 −0
Original line number Diff line number Diff line
@@ -163,6 +163,14 @@ stdenv.mkDerivation rec {
    genericName = "Web Browser";
    comment = meta.description;
    categories = [ "Network" "WebBrowser" "Security" ];
    mimeTypes = [
      "text/html"
      "text/xml"
      "application/xhtml+xml"
      "application/vnd.mozilla.xul+xml"
      "x-scheme-handler/http"
      "x-scheme-handler/https"
    ];
  })];

  buildPhase = ''