Remix.run Logo
zekica 5 days ago

And especially not run the script while it's downloading. The remote server can detect timing difference (let's say the script has "sleep 30" and the buffer fills) and send a different response (really easy if using chunked encoding or HTTP2 data frames).

GoblinSlayer 4 days ago | parent [-]

The script is 790 bytes, you can't fill a pipe with that.