Remix.run Logo
drob518 10 months ago

The argument doesn’t even make sense for static content ignoring mitm attacks.

pixl97 10 months ago | parent [-]

There is no such thing as static content. There is only content. Bits are sent to your browser which it then applies the DOM to.

If you want to ensure the bits that were sent from the server to your browser they must be signed in some method.

drob518 10 months ago | parent [-]

Right, that’s exactly my point.

pixl97 10 months ago | parent [-]

Oh sorry I misunderstood your statement, yes, that's correct.