Manage some api_security config options.

This commit is contained in:
Andrea Dell'Amico 2024-04-30 19:44:54 +02:00
parent 6c6462fa32
commit 5071cd3244
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,11 @@ proxy:
default-stop-proxy-on-logout: {{ shinyproxy_default_stop_proxy_on_logout }}
default-proxy-max-lifetime: {{ shinyproxy_default_proxy_max_lifetime }}
same-site-cookie: {{ shinyproxy_same_site_cookie }}
api_security:
hide-spec-details: {{ shinyproxy_api_sec_hide_spec | default(true) }}
disable-no-sniff-header: {{ shinyproxy_api_sec_disable_nosniff | default(false) }}
disable-xss-protection-header: {{ shinyproxy_api_sec_disable_protection_header | default(false) }}
disable-hsts-header: {{ shinyproxy_api_sec_disable_hsts_header | default(false) }}
{% endif %}
{% if shinyproxy_custom_template %}
template-path: {{ shinyproxy_template_path }}