summaryrefslogtreecommitdiff
path: root/Source/WebCore/platform/network/ResourceHandle.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/network/ResourceHandle.h')
-rw-r--r--Source/WebCore/platform/network/ResourceHandle.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/WebCore/platform/network/ResourceHandle.h b/Source/WebCore/platform/network/ResourceHandle.h
index 840097006..fbea7c92a 100644
--- a/Source/WebCore/platform/network/ResourceHandle.h
+++ b/Source/WebCore/platform/network/ResourceHandle.h
@@ -168,6 +168,9 @@ public:
#if USE(SOUP)
static SoupSession* defaultSession();
+ static void setHostAllowsAnyHTTPSCertificate(const String&);
+ static void setClientCertificate(const String& host, GTlsCertificate*);
+ static void setIgnoreSSLErrors(bool);
#endif
// Used to work around the fact that you don't get any more NSURLConnection callbacks until you return from the one you're in.