Remove "Force SSL verification" patch

The patch "force-ssl-cert-verification.patch" was mistakenly included
in the last Midori release; this cased a regression because the user
cannot access a website that has a self-signed SSL/TLS certificate
anymore.  This change removes the patch and allows the user to trust
self-signed certificates again.

Closes: #799337
This commit is contained in:
Sergio Durigan Junior 2015-09-18 15:24:04 -04:00
parent 732e898e6e
commit 2826d650dc
2 changed files with 0 additions and 14 deletions

View File

@ -1,13 +0,0 @@
Index: midori-debian-repo/midori/midori-session.c
===================================================================
--- midori-debian-repo.orig/midori/midori-session.c
+++ midori-debian-repo/midori/midori-session.c
@@ -189,7 +189,7 @@ midori_load_soup_session (gpointer setti
#ifndef G_OS_WIN32
g_object_set (session,
"ssl-use-system-ca-file", TRUE,
- "ssl-strict", FALSE,
+ "ssl-strict", TRUE,
NULL);
#else /* G_OS_WIN32 */
/* We cannot use "ssl-use-system-ca-file" on Windows

View File

@ -1,2 +1 @@
add-debian-searches
force-ssl-cert-verification.patch