https://shipreadyai.dev/learn/findings/o2-x-content-type-options-ok

> Discover all available pages from the documentation index at https://shipreadyai.dev/llms.txt

# X-Content-Type-Options is set

Browsers will not guess a file type that differs from the one you declared.

## Why AI-built apps get this

Response headers are written by nobody. Your framework does not add them, your builder does not add them, and your host adds one or two at most. They are the clearest example of a gap that no tool closes on your behalf, which is why almost every app built by a prompt ships without them.

## Evidence line

GET https://example.com returned no strict-transport-security header

## The fix

Nothing to change here.

## Prompt

Keep the X-Content-Type-Options header set to nosniff.
