File tree Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Original file line number Diff line number Diff line change
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
+
1
7
2304. [func] tmark
2
8
Both kea-dhcp4 and kea-dhcp6 servers will now
3
9
log a warning message when they detect classes that
4
10
configure lease life time parameters (e.g. 'valid-lifetime',
5
- 'preferred-lifetime') while also setting
11
+ 'preferred-lifetime') while also setting
6
12
'only-in-addditiional-list' to true.
7
13
(Gitlab #2736)
8
14
Original file line number Diff line number Diff line change @@ -215,14 +215,15 @@ depends on the specific command.
215
215
216
216
::
217
217
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
+ ],
225
225
...
226
+ }
226
227
227
228
adds a HSTS header declaring that HTTPS (vs HTTP) must be used for one year.
228
229
You can’t perform that action at this time.
0 commit comments