diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-12-16 14:25:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-16 14:25:55 +0200 |
commit | e8282aa4f7e675d1189864799940c9a1b097601c (patch) | |
tree | e77b8eb4aee6b40a156472417b52f2a620284094 /interface-definitions/vpn-openconnect.xml.in | |
parent | 357123273c808ddec77b097d47231e3301ee5731 (diff) | |
parent | 1c82e661e04e0979e09e487a58a801ffa9f438e8 (diff) | |
download | vyos-1x-e8282aa4f7e675d1189864799940c9a1b097601c.tar.gz vyos-1x-e8282aa4f7e675d1189864799940c9a1b097601c.zip |
Merge pull request #2644 from c-po/ocserv-T5796
ocserv: T5796: add CLI knob "http-security-headers"
Diffstat (limited to 'interface-definitions/vpn-openconnect.xml.in')
-rw-r--r-- | interface-definitions/vpn-openconnect.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/vpn-openconnect.xml.in b/interface-definitions/vpn-openconnect.xml.in index 75c64a99a..736084f8b 100644 --- a/interface-definitions/vpn-openconnect.xml.in +++ b/interface-definitions/vpn-openconnect.xml.in @@ -260,6 +260,12 @@ </leafNode> </children> </node> + <leafNode name="http-security-headers"> + <properties> + <help>Enable HTTP security headers</help> + <valueless/> + </properties> + </leafNode> <node name="ssl"> <properties> <help>SSL Certificate, SSL Key and CA</help> |