From 1cf1ec55bc7647e737d7ec41bfe1def721269c02 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Tue, 6 Aug 2019 13:15:23 +0100 Subject: Support SSL verification through new about: handler In doing this, also propagate why the certificates were bad so that the page can display a reason. We will need FatMessages for all these. Signed-off-by: Daniel Silverstone --- utils/corestringlist.h | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/corestringlist.h') diff --git a/utils/corestringlist.h b/utils/corestringlist.h index e6530c506..82fffe263 100644 --- a/utils/corestringlist.h +++ b/utils/corestringlist.h @@ -147,6 +147,7 @@ CORESTRING_LWC_VALUE(max_age, "max-age"); CORESTRING_LWC_VALUE(no_cache, "no-cache"); CORESTRING_LWC_VALUE(no_store, "no-store"); CORESTRING_LWC_VALUE(query_auth, "query/auth"); +CORESTRING_LWC_VALUE(query_ssl, "query/ssl"); /* mime types */ CORESTRING_LWC_VALUE(multipart_form_data, "multipart/form-data"); -- cgit v1.2.3