fix: Follow redirects on matrix detect

patch-1
Dionysis Grigoropoulos 2022-11-05 13:28:54 +02:00
parent f6bbd50811
commit b72140c265
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ info:
requests:
- method: GET
redirects: true
max-redirects: 2
path:
- "{{BaseURL}}/.well-known/matrix/server"
- "{{BaseURL}}/.well-known/matrix/client"