mirror of
https://github.com/discourse/discourse.git
synced 2025-02-12 06:14:54 +00:00
ed818a4a19
If the associated page of a remote url passed to `TopicEmber.new(remote_url)` contained a malformed link like: `<a href="(http://foo.bar)">Baz</a>` it would raise an uncaught exception: ``` Job exception: Invalid scheme format: (http ```