noxy returns the following for xethub.com/user/login:
{"type":"website","title":"XetHub: fast, frictionless collaboration at scale","descr":"XetHub is the data platform designed for fast, frictionless collaboration for everyone at every scale.","images":["/assets/img/logo.png"]}
the image is then set to undefined in dom:
i think it's because the /assets/... is just a path, not an absolute url.
noticed this post today:
![image](/attachments/46c4646e-b7db-4b72-a73a-27ea3d1ca31b)
noxy returns the following for `xethub.com/user/login`:
```json
{
"type":"website",
"title":"XetHub: fast, frictionless collaboration at scale",
"descr":"XetHub is the data platform designed for fast, frictionless collaboration for everyone at every scale.",
"images":["/assets/img/logo.png"]
}
```
the image is then set to `undefined` in dom:
![image](/attachments/6531f926-8d12-4e29-8d03-338b741fc7f3)
i think it's because the `/assets/...` is just a path, not an absolute url.
@offbyn the question is, should nostrweb resolve url to https://xethub.com/assets/img/logo.png or noxy proxy?
noticed this post today:
noxy returns the following for
xethub.com/user/login
:the image is then set to
undefined
in dom:i think it's because the
/assets/...
is just a path, not an absolute url.@offbyn the question is, should nostrweb resolve url to https://xethub.com/assets/img/logo.png or noxy proxy?
nostrweb should definetly do it.