diff options
author | corvid <devnull@localhost> | 2015-06-29 16:29:28 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2015-06-29 16:29:28 +0000 |
commit | 476caeec459ecdee0b4e56f77ce46f76dfbfc817 (patch) | |
tree | 85e965abe35b8e3c4b96fe3dfe1c69635cf695eb /src/prefs.h | |
parent | 41f2b84001bb63d705c7981492a9637d4d48f5f7 (diff) |
prefs.http_strict_transport_security
Diffstat (limited to 'src/prefs.h')
-rw-r--r-- | src/prefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h index ac52786e..d22ef656 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -94,6 +94,7 @@ typedef struct { bool_t load_stylesheets; bool_t parse_embedded_css; bool_t http_persistent_conns; + bool_t http_strict_transport_security; int32_t buffered_drawing; char *font_serif; char *font_sans_serif; |