mime_util-force-text-x-suse-ymp-to-be-downloaded.patch 757 B

123456789101112131415161718192021
  1. From d3dcad96b3c2091026c3a81054bb3ce56538a702 Mon Sep 17 00:00:00 2001
  2. From: Jan Engelhardt <jengelh@inai.de>
  3. Date: Thu, 29 Jan 2015 10:46:40 +0100
  4. Subject: [PATCH 16/66] mime_util: force text/x-suse-ymp to be downloaded
  5. YMP files (YaST One Click Install) are plaintext XML, but also not
  6. very interesting in themselves. Force them to be stored.
  7. ---
  8. components/mime_util/mime_util.cc | 1 +
  9. 1 file changed, 1 insertion(+)
  10. --- a/third_party/blink/common/mime_util/mime_util.cc
  11. +++ b/third_party/blink/common/mime_util/mime_util.cc
  12. @@ -76,6 +76,7 @@ static const char* const kUnsupportedTex
  13. "text/x-csv",
  14. "text/x-vcf",
  15. "text/rtf",
  16. + "text/x-suse-ymp",
  17. "text/comma-separated-values",
  18. "text/csv",
  19. "text/tab-separated-values",