diff options
author | fett0 <fernando.gmaidana@gmail.com> | 2023-12-15 18:39:29 +0000 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-12-16 08:27:49 +0100 |
commit | 24f449cc099703df95646c719e9d3f308ed1a3f0 (patch) | |
tree | a9c187649191e787b9d3faaa1249333438256f3c /interface-definitions | |
parent | 357123273c808ddec77b097d47231e3301ee5731 (diff) | |
download | vyos-1x-24f449cc099703df95646c719e9d3f308ed1a3f0.tar.gz vyos-1x-24f449cc099703df95646c719e9d3f308ed1a3f0.zip |
ocserv: T5796: add CLI knob "http-security-headers"
OCserv manual recommended HTTP headers tobe included in the configuration.
(cherry picked from commit ad65d37ddf92ec8416c84707d7d41e63346b550c)
Diffstat (limited to 'interface-definitions')
-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> |