summaryrefslogtreecommitdiff
path: root/src/prefs.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-02 13:05:02 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-02 13:05:02 +0200
commitf992ba117fe420a7231f005e62627380689d57ab (patch)
treecd8310f3deafb78f910832aaf47b2ff7ac98aa05 /src/prefs.h
parentff52105505dfa74fc93016aace904a1f1e86b570 (diff)
Server certificates may also be verified by CAs
If the CA file/path are configured in preferences, trust CA verification over manual TOFU checks.
Diffstat (limited to 'src/prefs.h')
-rw-r--r--src/prefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h
index 4bbe3ad5..56cef52c 100644
--- a/src/prefs.h
+++ b/src/prefs.h
@@ -51,6 +51,8 @@ struct Impl_Prefs {
51 iBool loadImageInsteadOfScrolling; 51 iBool loadImageInsteadOfScrolling;
52 iString searchUrl; 52 iString searchUrl;
53 /* Network */ 53 /* Network */
54 iString caFile;
55 iString caPath;
54 iBool decodeUserVisibleURLs; 56 iBool decodeUserVisibleURLs;
55 int maxCacheSize; /* MB */ 57 int maxCacheSize; /* MB */
56 iString geminiProxy; 58 iString geminiProxy;