Manage some api_security config options.
This commit is contained in:
parent
6c6462fa32
commit
5071cd3244
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue