-
Notifications
You must be signed in to change notification settings - Fork 149
Closed
Milestone
Description
Expected behavior
Upon N failed attempts, we shouldn't retry downloading a remote asset.
Actual behavior
Aztec enters a loop in which download is retried an infinite number of times.
Steps to reproduce the behavior
Enter the following HTML:
<img src="https://someinvalid.url/with-an-invalid-resource">
Toggle between rich and HTML mode, and hit back. Eventually, the simulator will crash.