Weird issue when using inferHtmlResources()

I noticed something weird when attempting to use inferHtmlResources() to automatically load static resources during my simulation.

While the static resources load fine, a bunch of additional requests are made to the / path on my target server.

I suspect that his might be due to my page containing a number of script tags that look like:

Is it possible inferHtmlResources is picking these up and loading them as / because they don’t have a src attribute? Is it possible to block this?

No, I don’t think so (I couldn’t reproduce with your example).
Please provide a full HTML payload exhibiting your issue.

I just tested using a very basic custom simulation and couldn’t replicate. The issue is probably somewhere else in my more complex simulation.

Please ping when you can come up with a reproducer.