summaryrefslogtreecommitdiff
path: root/src/prefsparser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/prefsparser.cc')
-rw-r--r--src/prefsparser.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/prefsparser.cc b/src/prefsparser.cc
index d01dcac5..a57a1642 100644
--- a/src/prefsparser.cc
+++ b/src/prefsparser.cc
@@ -171,6 +171,8 @@ void PrefsParser::parse(FILE *fp)
{ "http_proxy", &prefs.http_proxy, PREFS_URL, 0 },
{ "http_proxyuser", &prefs.http_proxyuser, PREFS_STRING, 0 },
{ "http_referer", &prefs.http_referer, PREFS_STRING, 0 },
+ { "http_strict_transport_security",&prefs.http_strict_transport_security,
+ PREFS_BOOL, 0 },
{ "http_user_agent", &prefs.http_user_agent, PREFS_STRING, 0 },
{ "limit_text_width", &prefs.limit_text_width, PREFS_BOOL, 0 },
{ "adjust_min_width", &prefs.adjust_min_width, PREFS_BOOL, 0 },