瀏覽代碼

Comments & Ref

pull/1024/head
sakkiii 4 年之前
父節點
當前提交
7cc5328ede
共有 1 個檔案被更改,包括 6 行新增1 行删除
  1. +6
    -1
      roles/matrix-nginx-proxy/defaults/main.yml

+ 6
- 1
roles/matrix-nginx-proxy/defaults/main.yml 查看文件

@@ -290,8 +290,13 @@ matrix_nginx_proxy_floc_optout_enabled: true
# - https://hstspreload.org/#opt-in
matrix_nginx_proxy_hsts_preload_enable: false

# X-XSS-Protection Enable
# Stops pages from loading when they detect reflected cross-site scripting (XSS) attacks.
# Note: Not applicable for grafana
#
#
# Learn more about it is here:
# - https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection
# - https://portswigger.net/web-security/cross-site-scripting/reflected
matrix_nginx_proxy_xss_protection: "1; mode=block"

# Specifies the SSL configuration that should be used for the SSL protocols and ciphers


Loading…
取消
儲存