Skip to content

Commit 7c8d921

Browse files
committed
[#3609] Addressed final comments
1 parent d33ca01 commit 7c8d921

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

ChangeLog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1+
2305. [func] fdupont
2+
Added the new "http-headers" parameters which specify
3+
by name and value in CA or HTTP control socket
4+
configuration extra headers to add to HTTP responses.
5+
(Gitlab #3609)
6+
17
2304. [func] tmark
28
Both kea-dhcp4 and kea-dhcp6 servers will now
39
log a warning message when they detect classes that
410
configure lease life time parameters (e.g. 'valid-lifetime',
5-
'preferred-lifetime') while also setting
11+
'preferred-lifetime') while also setting
612
'only-in-addditiional-list' to true.
713
(Gitlab #2736)
814

doc/sphinx/arm/ctrl-channel.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -215,14 +215,15 @@ depends on the specific command.
215215

216216
::
217217

218-
...,
219-
"http-headers": [
220-
{
221-
"name": "Strict-Transport-Security",
222-
"value": "max-age=31536000"
223-
}
224-
],
218+
{
219+
"http-headers": [
220+
{
221+
"name": "Strict-Transport-Security",
222+
"value": "max-age=31536000"
223+
}
224+
],
225225
...
226+
}
226227

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

0 commit comments

Comments
 (0)