]> 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>
Wed, 6 Oct 2021 14:42:55 +0000 (10:42 -0400)
commit071c52772e420aae8ecb01e88651281d80c138e9
tree05efc6d04948312a5d6af77e31d244350e096a1d
parent22e4cc0e52fa2abc9ff9d260760c57c8c4b0db41
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