Skip to content

Commit

Permalink
[#3609] Addressed final comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fxdupont committed Nov 22, 2024
1 parent d33ca01 commit 7c8d921
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
8 changes: 7 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
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
Both kea-dhcp4 and kea-dhcp6 servers will now
log a warning message when they detect classes that
configure lease life time parameters (e.g. 'valid-lifetime',
'preferred-lifetime') while also setting
'preferred-lifetime') while also setting
'only-in-addditiional-list' to true.
(Gitlab #2736)

Expand Down
15 changes: 8 additions & 7 deletions doc/sphinx/arm/ctrl-channel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -215,14 +215,15 @@ depends on the specific command.

::

...,
"http-headers": [
{
"name": "Strict-Transport-Security",
"value": "max-age=31536000"
}
],
{
"http-headers": [
{
"name": "Strict-Transport-Security",
"value": "max-age=31536000"
}
],
...
}

adds a HSTS header declaring that HTTPS (vs HTTP) must be used for one year.

Expand Down

0 comments on commit 7c8d921

Please sign in to comment.