summarylogtreecommitdiffstats
path: root/moc-https.patch
diff options
context:
space:
mode:
Diffstat (limited to 'moc-https.patch')
-rw-r--r--moc-https.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/moc-https.patch b/moc-https.patch
new file mode 100644
index 000000000000..5ff304df944f
--- /dev/null
+++ b/moc-https.patch
@@ -0,0 +1,10 @@
+--- files.c.orig
++++ files.c
+@@ -93,6 +93,7 @@
+ inline int is_url (const char *str)
+ {
+ return !strncasecmp (str, "http://", sizeof ("http://") - 1)
++ || !strncasecmp (str, "https://", sizeof ("https://") - 1)
+ || !strncasecmp (str, "ftp://", sizeof ("ftp://") - 1);
+ }
+