web.hsts_missingLogins can travel over plain HTTP
Play this card on https://example.com. Everything a developer (or your AI agent) needs to fix and verify it — free. Fixing your own site is never paywalled.
web.hsts_missingPlay this card on https://example.com. Everything a developer (or your AI agent) needs to fix and verify it — free. Fixing your own site is never paywalled.
Demo public response headers do not include Strict-Transport-Security.
HSTS tells browsers to keep using HTTPS for the domain and reduces downgrade or accidental insecure navigation risk.
Preview ingestion only checks sanitized response headers and does not crawl subdomains.
Add a Strict-Transport-Security header after confirming the service is consistently available over HTTPS.
# in your server { } block
add_header Strict-Transport-Security "max-age=63072000; includeSubDomains" always;infoOnly add this once the site is reliably served over HTTPS, including subdomains.
Sanitized response headers showing Strict-Transport-Security on the public target.
Evidence needed: Sanitized response headers showing Strict-Transport-Security on the public target.
Readiness mapping only — evidence relevant to these controls. Pazmo does not determine, certify, or guarantee compliance.