This is one of the URLs listed on MDN: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs ``` data:text/html,<script>alert('hi');</script> ``` And it just fails due to `<` and the rest <img width="677" alt="Screen Shot 13" src="https://user-images.githubusercontent.com/1402241/135630863-2dbc451f-2e9c-4285-bb84-e5dc252749cc.png">