summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2019-12-01 17:03:20 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2019-12-01 17:05:28 +0000
commit868c42b34493fdee2a44db68f04aa7f198afc096 (patch)
treec63fd026dbc2b308b14b26a7e2ae7c37bb1995c6 /utils
parent08e2cc32bab262979126837b82de6db2922b9afb (diff)
downloadnetsurf-868c42b34493fdee2a44db68f04aa7f198afc096.tar.gz
netsurf-868c42b34493fdee2a44db68f04aa7f198afc096.tar.bz2
Add x-ns-css corestring
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'utils')
-rw-r--r--utils/corestringlist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/corestringlist.h b/utils/corestringlist.h
index b1095458b..8bb5b42a8 100644
--- a/utils/corestringlist.h
+++ b/utils/corestringlist.h
@@ -150,6 +150,7 @@ CORESTRING_LWC_VALUE(query_auth, "query/auth");
CORESTRING_LWC_VALUE(query_ssl, "query/ssl");
CORESTRING_LWC_VALUE(query_timeout, "query/timeout");
CORESTRING_LWC_VALUE(query_fetcherror, "query/fetcherror");
+CORESTRING_LWC_VALUE(x_ns_css, "x-ns-css");
/* mime types */
CORESTRING_LWC_VALUE(multipart_form_data, "multipart/form-data");