diff options
author | Christian Breunig <christian@breunig.cc> | 2023-12-16 08:24:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-16 08:24:30 +0100 |
commit | e5fcf49f293ef25a2b2685a3ebd9ac9488946c3f (patch) | |
tree | 325c9c08a8de47a323de643aaf1c2c0b4e087bad /interface-definitions/vpn_openconnect.xml.in | |
parent | b149a386400c0f869654ac26b0fee2e7f1bbc282 (diff) | |
parent | ad65d37ddf92ec8416c84707d7d41e63346b550c (diff) | |
download | vyos-1x-e5fcf49f293ef25a2b2685a3ebd9ac9488946c3f.tar.gz vyos-1x-e5fcf49f293ef25a2b2685a3ebd9ac9488946c3f.zip |
Merge pull request #2572 from fett0/T5796
T5796:backport-add/fixed OCSERV 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 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> |