Currently the OneBox function of chat will convert any URL with a png, jpg, ... extension into an <img> element to give an inline image.
But there appears to be no validation that
- It is an image (and not something else, possible malicious1) with an image extension.
- It is a reasonable size.
1 would be a great way to exploit a browser vulnerability.

