- Edit any script.
- Add (e.g.) a
@require, but point to a bad URL.
- It's just downloaded and used as is, no checking or prompting.
In the case of a 404 require, you'll probably get an error about an unexpected < -- opening of an HTML tag interpreted as a less than which doesn't belong.
@require, but point to a bad URL.In the case of a 404 require, you'll probably get an error about an unexpected
<-- opening of an HTML tag interpreted as a less than which doesn't belong.