fix: Follow redirects on matrix detect
parent
f6bbd50811
commit
b72140c265
|
@ -10,6 +10,8 @@ info:
|
|||
|
||||
requests:
|
||||
- method: GET
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
path:
|
||||
- "{{BaseURL}}/.well-known/matrix/server"
|
||||
- "{{BaseURL}}/.well-known/matrix/client"
|
||||
|
|
Loading…
Reference in New Issue