summaryrefslogtreecommitdiffstats
path: root/redhat/tdelibs/kdelibs-3.5.13.1-disable_invalid_certificate_always_prompt.patch
blob: 72346c83b44b83ae6d8c81acc9e596fbce0e6b0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- kdelibs-3.5.13.1/kio/kio/tcpslavebase.cpp.ORI	2012-12-29 11:25:06.736204632 +0100
+++ kdelibs-3.5.13.1/kio/kio/tcpslavebase.cpp	2012-12-29 11:25:32.731669416 +0100
@@ -853,10 +853,12 @@
             permacache = d->cc->isPermanent(pc);
          }
 
+/*
          if (!_IPmatchesCN && cp == KSSLCertificateCache::Accept) {
             cp = KSSLCertificateCache::Prompt;
 //            ksv = KSSLCertificate::Ok;
          }
+*/
 
          // Precondition: cp is one of Reject, Accept or Prompt
          switch (cp) {