summaryrefslogtreecommitdiff
path: root/utils/http.h
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2018-04-22 01:24:45 +0000
committerJohn-Mark Bell <jmb@netsurf-browser.org>2018-04-22 11:39:12 +0000
commit1c05280b5cd23c94ed10c2a9415a500393100285 (patch)
treeeabf91c55538155713ad827de7f5ec0ada9f9723 /utils/http.h
parentbadc0d437adff453f046cd8f0eb46c4fa5afe2bf (diff)
downloadnetsurf-1c05280b5cd23c94ed10c2a9415a500393100285.tar.gz
netsurf-1c05280b5cd23c94ed10c2a9415a500393100285.tar.bz2
HSTS: add parser for Strict-Transport-Security
Diffstat (limited to 'utils/http.h')
-rw-r--r--utils/http.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/http.h b/utils/http.h
index 173604fb4..00caf8954 100644
--- a/utils/http.h
+++ b/utils/http.h
@@ -29,6 +29,7 @@
#include "utils/http/content-disposition.h"
#include "utils/http/content-type.h"
+#include "utils/http/strict-transport-security.h"
#include "utils/http/www-authenticate.h"
#endif