summaryrefslogtreecommitdiff
path: root/utils/http/Makefile
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/Makefile
parentbadc0d437adff453f046cd8f0eb46c4fa5afe2bf (diff)
downloadnetsurf-1c05280b5cd23c94ed10c2a9415a500393100285.tar.gz
netsurf-1c05280b5cd23c94ed10c2a9415a500393100285.tar.bz2
HSTS: add parser for Strict-Transport-Security
Diffstat (limited to 'utils/http/Makefile')
-rw-r--r--utils/http/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/utils/http/Makefile b/utils/http/Makefile
index 198588bd4..f3bb765f0 100644
--- a/utils/http/Makefile
+++ b/utils/http/Makefile
@@ -1,6 +1,7 @@
# http utils sources
S_HTTP := challenge.c generics.c primitives.c parameter.c \
- content-disposition.c content-type.c www-authenticate.c
+ content-disposition.c content-type.c \
+ strict-transport-security.c www-authenticate.c
-S_HTTP := $(addprefix utils/http/,$(S_HTTP)) \ No newline at end of file
+S_HTTP := $(addprefix utils/http/,$(S_HTTP))