]> git.ipfire.org Git - thirdparty/cups.git/commit
Add support for CORS/HSTS/OSCORE/Interative Client security headers (Issue #266)
authorMichael R Sweet <michael.r.sweet@gmail.com>
Tue, 5 Oct 2021 14:45:47 +0000 (10:45 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Tue, 5 Oct 2021 14:45:47 +0000 (10:45 -0400)
commitbccf2f995dfa5c9e174b9dce2ef0d4ccadb063bd
tree3e54d2951e1f68efffd7bb22733587ed997bdd44
parentaecf854b7e549cedbc1afb49c476ca6f5305b9af
Add support for CORS/HSTS/OSCORE/Interative Client security headers (Issue #266)

All this does is add HTTP_FIELD_xxx enumerations and the corresponding strings
to allow libcups implementations of HTTP clients/servers that send/receive them.

For the subject bug we'll still need to do a bunch of work in cupsd (later).
cups/http.c
cups/http.h