mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-23 10:27:36 +00:00
[#3609] Addressed final comments
This commit is contained in:
parent
d33ca01e44
commit
7c8d92154a
@ -1,3 +1,9 @@
|
|||||||
|
2305. [func] fdupont
|
||||||
|
Added the new "http-headers" parameters which specify
|
||||||
|
by name and value in CA or HTTP control socket
|
||||||
|
configuration extra headers to add to HTTP responses.
|
||||||
|
(Gitlab #3609)
|
||||||
|
|
||||||
2304. [func] tmark
|
2304. [func] tmark
|
||||||
Both kea-dhcp4 and kea-dhcp6 servers will now
|
Both kea-dhcp4 and kea-dhcp6 servers will now
|
||||||
log a warning message when they detect classes that
|
log a warning message when they detect classes that
|
||||||
|
@ -215,7 +215,7 @@ depends on the specific command.
|
|||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
...,
|
{
|
||||||
"http-headers": [
|
"http-headers": [
|
||||||
{
|
{
|
||||||
"name": "Strict-Transport-Security",
|
"name": "Strict-Transport-Security",
|
||||||
@ -223,6 +223,7 @@ depends on the specific command.
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
...
|
...
|
||||||
|
}
|
||||||
|
|
||||||
adds a HSTS header declaring that HTTPS (vs HTTP) must be used for one year.
|
adds a HSTS header declaring that HTTPS (vs HTTP) must be used for one year.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user