mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 01:56:58 +08:00
FIX: Don't load images that don't exist in test
This makes 404 requests and fills up the logs with junk
This commit is contained in:
@ -814,7 +814,7 @@ export function applyDefaultHandlers(pretender) {
|
||||
<a href="http://test.com/somepage" target="_blank">test.com</a>
|
||||
</header>
|
||||
<article class="onebox-body">
|
||||
<div class="aspect-image" style="--aspect-ratio:690/362;"><img src="https://test.com/image.png" class="thumbnail"></div>
|
||||
<div class="aspect-image" style="--aspect-ratio:690/362;"><img src="" class="thumbnail"></div>
|
||||
<h3><a href="http://test.com/somepage" target="_blank">Test Page</a></h3>
|
||||
<p>Yet another collaboration tool</p>
|
||||
</article>
|
||||
|
Reference in New Issue
Block a user