瀏覽代碼

make self-check of /.well-known/matrix/server accept redirects

Rationale: the /.well-known/matrix/client should return only 200 as well, but it has hardcoded "safe" value, regardless the spec: https://spec.matrix.org/v1.4/client-server-api/#well-known-uri

So, why not do the same for the /.well-known/matrix/server?
pull/2201/head
Aine 3 年之前
committed by GitHub
父節點
當前提交
21eabf45c2
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      roles/matrix-nginx-proxy/defaults/main.yml

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

@@ -489,9 +489,9 @@ matrix_nginx_proxy_self_check_validate_certificates: true

# Controls whether redirects will be followed when checking the `/.well-known/matrix/client` resource.
#
# As per the spec (https://matrix.org/docs/spec/client_server/r0.6.0#well-known-uri), it shouldn't be,
# so we default to not following redirects as well.
matrix_nginx_proxy_self_check_well_known_matrix_client_follow_redirects: none
# As per the spec (https://spec.matrix.org/v1.4/client-server-api/#well-known-uri), it shouldn't be,
# but in real life all client apps and servers accept the 301 redirect.
matrix_nginx_proxy_self_check_well_known_matrix_client_follow_redirects: safe

# For OCSP purposes, we need to define a resolver at the `server{}` level or `http{}` level (we do the latter).
#


Loading…
取消
儲存