Description
Looking up a remote profile by searching for either @user@domain or user@domain does always respond with invalid URL. Searching for https://domain/@user does work. It seems that within the remoteLookup function the SanitizeService->url function is called too early or at the wrong place and always results in the invalid url
Steps to reproduce
- Search for remote user with user@domain
- Get 403 error with „invalid URL“
- Try again with https://domain/@user and it works
Loops version
Latest commits
Acknowledgements
Yes
Description
Looking up a remote profile by searching for either @user@domain or user@domain does always respond with invalid URL. Searching for https://domain/@user does work. It seems that within the remoteLookup function the SanitizeService->url function is called too early or at the wrong place and always results in the invalid url
Steps to reproduce
Loops version
Latest commits
Acknowledgements
Yes