diff options
author | fett0 <fernando.gmaidana@gmail.com> | 2023-12-15 18:39:29 +0000 |
---|---|---|
committer | fett0 <fernando.gmaidana@gmail.com> | 2023-12-15 18:39:29 +0000 |
commit | ad65d37ddf92ec8416c84707d7d41e63346b550c (patch) | |
tree | 4a821f200041331f1e21a9495d24afcd7460fb63 /interface-definitions | |
parent | 605d183d01ff1ab16a8a02db6534ddaca69a4a52 (diff) | |
download | vyos-1x-ad65d37ddf92ec8416c84707d7d41e63346b550c.tar.gz vyos-1x-ad65d37ddf92ec8416c84707d7d41e63346b550c.zip |
T5796:add command http-security-headers
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 3f363a263..16d6f366e 100644 --- a/interface-definitions/vpn_openconnect.xml.in +++ b/interface-definitions/vpn_openconnect.xml.in @@ -106,6 +106,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 (/config/auth)</help> |