summaryrefslogtreecommitdiff
path: root/www/chromium-uc/patches/extra/iridium-browser/mime_util-force-text-x-suse-ymp-to-be-downloaded.patch
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium-uc/patches/extra/iridium-browser/mime_util-force-text-x-suse-ymp-to-be-downloaded.patch')
-rw-r--r--www/chromium-uc/patches/extra/iridium-browser/mime_util-force-text-x-suse-ymp-to-be-downloaded.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/www/chromium-uc/patches/extra/iridium-browser/mime_util-force-text-x-suse-ymp-to-be-downloaded.patch b/www/chromium-uc/patches/extra/iridium-browser/mime_util-force-text-x-suse-ymp-to-be-downloaded.patch
deleted file mode 100644
index a6eab74..0000000
--- a/www/chromium-uc/patches/extra/iridium-browser/mime_util-force-text-x-suse-ymp-to-be-downloaded.patch
+++ /dev/null
@@ -1,21 +0,0 @@
1From d3dcad96b3c2091026c3a81054bb3ce56538a702 Mon Sep 17 00:00:00 2001
2From: Jan Engelhardt <jengelh@inai.de>
3Date: Thu, 29 Jan 2015 10:46:40 +0100
4Subject: [PATCH 16/66] mime_util: force text/x-suse-ymp to be downloaded
5
6YMP files (YaST One Click Install) are plaintext XML, but also not
7very interesting in themselves. Force them to be stored.
8---
9 components/mime_util/mime_util.cc | 1 +
10 1 file changed, 1 insertion(+)
11
12--- third_party/blink/common/mime_util/mime_util.cc.orig
13+++ third_party/blink/common/mime_util/mime_util.cc
14@@ -83,6 +83,7 @@ static const char* const kUnsupportedTex
15 "text/x-csv",
16 "text/x-vcf",
17 "text/rtf",
18+ "text/x-suse-ymp",
19 "text/comma-separated-values",
20 "text/csv",
21 "text/tab-separated-values",