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.c | |
parent | 41f2b84001bb63d705c7981492a9637d4d48f5f7 (diff) |
prefs.http_strict_transport_security
Diffstat (limited to 'src/prefs.c')
-rw-r--r-- | src/prefs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.c b/src/prefs.c index 65ebcdae..4ee65ba3 100644 --- a/src/prefs.c +++ b/src/prefs.c @@ -66,6 +66,7 @@ void a_Prefs_init(void) prefs.http_persistent_conns = FALSE; prefs.http_proxyuser = NULL; prefs.http_referer = dStrdup(PREFS_HTTP_REFERER); + prefs.http_strict_transport_security = TRUE; prefs.http_user_agent = dStrdup(PREFS_HTTP_USER_AGENT); prefs.limit_text_width = FALSE; prefs.adjust_min_width = TRUE; |