From 1c05280b5cd23c94ed10c2a9415a500393100285 Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Sun, 22 Apr 2018 01:24:45 +0000 Subject: HSTS: add parser for Strict-Transport-Security --- utils/corestringlist.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/corestringlist.h') diff --git a/utils/corestringlist.h b/utils/corestringlist.h index def5a73bf..8d15eebf2 100644 --- a/utils/corestringlist.h +++ b/utils/corestringlist.h @@ -86,6 +86,7 @@ CORESTRING_LWC_STRING(icon); CORESTRING_LWC_STRING(iframe); CORESTRING_LWC_STRING(image); CORESTRING_LWC_STRING(img); +CORESTRING_LWC_STRING(includesubdomains); CORESTRING_LWC_STRING(input); CORESTRING_LWC_STRING(javascript); CORESTRING_LWC_STRING(justify); @@ -141,6 +142,7 @@ CORESTRING_LWC_STRING(_top); /* unusual lwc strings */ CORESTRING_LWC_VALUE(shortcut_icon, "shortcut icon"); CORESTRING_LWC_VALUE(slash_, "/"); +CORESTRING_LWC_VALUE(max_age, "max-age"); /* mime types */ CORESTRING_LWC_VALUE(multipart_form_data, "multipart/form-data"); -- cgit v1.2.3