Join our Newsletter — 33% off our NHI Course
Home FAQ Cyber Security What happens when a site is added to…
Cyber Security

What happens when a site is added to the HSTS preload list?

← Back to all FAQ
By NHI Mgmt Group Editorial Team Updated September 17, 2026 Domain: Cyber Security

Once a site is preloaded, major browsers treat it as HTTPS-only from the start, even before the first visit. That removes the initial downgrade opportunity and strengthens transport security, but it also raises the cost of mistakes. If certificates or subdomain coverage are not solid, browsers will block access instead of falling back to HTTP.

What Preloading Changes in Browser Behaviour

hsts preload moves a site from “HTTPS preferred after first contact” to “HTTPS enforced from the first contact” in major browsers. That matters because the user never gets an initial plaintext request where an active attacker, misrouted link, or legacy bookmark could force a downgrade before HSTS is learned.

Once the domain is on the preload list, the browser uses a built-in rule rather than waiting for the server to advertise HSTS over an initial secure response. In practice, that turns transport security into an upfront browser decision, not a negotiated preference. The OWASP API Security Top 10 is not about HSTS itself, but it reinforces the broader point that trust boundaries and access paths need to be explicit, because the first request is often where weak assumptions are exploited.

Preloading is also a domain-wide commitment. If you include the apex domain, the browser will apply HTTPS expectations before any visit; if you include subdomains, the expectation extends there as well. That is why preload is often described as a hardening control rather than a convenience setting: it removes a class of ambiguity that ordinary HSTS still leaves open on the very first connection.

The operational upside is simple, major browsers stop treating “try HTTP first” as an option. The operational downside is equally simple, mistakes become user-visible failures instead of silent degradation. For domains that already have stable certificate automation and complete subdomain coverage, the trade-off is usually favourable. For domains with incomplete inventory, the control can be stricter than the organisation’s actual readiness.

Why Preload Is Hard to Reverse

Preloading is sticky because browser vendors cache the policy as part of their shipping trust logic. Removal is possible, but it is not immediate, and not all users update browsers at the same time. That means a bad preload change can persist longer than teams expect, especially in environments with cached policies, embedded browsers, or slow update cycles.

The main failure mode is not subtle. If the site’s HTTPS certificate expires, the hostname is misconfigured, or a covered subdomain cannot serve valid HTTPS, affected browsers will fail closed. There is no graceful fallback to HTTP for users who are subject to the preload entry. This is the right security outcome, but it raises the cost of operational error. The NIST SP 800-53 Rev 5 Security and Privacy Controls is a useful companion reference here because it frames the underlying discipline as configuration management, access control, and integrity protection rather than as a single browser setting.

That hard-fail behaviour is what makes preload effective against downgrade attacks, but it also means deployment hygiene must be stronger than for standard HSTS. Teams need to think in terms of certificate lifecycle, subdomain discovery, redirect correctness, and rollback planning before they submit a domain for preload.

From a security perspective, the preload list is a trust accelerator. From an operations perspective, it is a commitment to keep the entire HTTPS path continuously healthy, not just the main marketing site.

What Practitioners Should Verify Before Submitting a Domain

Before adding a site to the HSTS preload list, verify that every covered host, including subdomains, reliably serves valid HTTPS and supports long-lived maintenance of that posture. A single forgotten subdomain, test host, or legacy endpoint can turn a security improvement into a widespread outage condition.

If you want the control to hold in production, treat certificate renewal, DNS hygiene, redirect behaviour, and subdomain inventory as preconditions, not follow-up tasks. The most useful check is whether the organisation can operate the whole domain as HTTPS-only without exception handling. The CA/Browser Forum matters because browser trust in publicly trusted certificates depends on the certificate ecosystem being reliable enough to sustain that forced HTTPS posture.

What to verify:

  • All intended hostnames and subdomains respond correctly over HTTPS.
  • Certificates renew automatically and are monitored before expiry.
  • No important service still depends on HTTP-only fallback for reachability.
  • The preload submission matches the domain scope the organisation can actually support.

Practitioner takeaway: Preload only when HTTPS is already operationally boring, because the control rewards maturity by removing downgrade risk and punishes immaturity by turning hidden gaps into immediate browser failures.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 address the attack and risk surface, while CIS Controls v8, NIST CSF 2.0 and NIST SP 800-63 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
CIS Controls v8CIS Control 4 — Secure Configuration of Enterprise Assets and SoftwareHSTS preload depends on stable HTTPS configuration across all hosts.
CIS Control 6 — Access Control ManagementPreload changes how browsers enforce access to the site from the first request.
CIS Control 8 — Audit Log ManagementOperational assurance for preloaded HTTPS depends on detecting certificate and reachability failures.
Recommendation — Harden all covered hosts so HTTPS and redirect behaviour remain consistent before preloading. Enforce consistent access paths so users are never routed through HTTP fallback. Log certificate and availability errors so preload-impacting failures are detected quickly.
NIST CSF 2.0PR.AC — Access ControlPreload strengthens transport access control by forcing HTTPS from first contact.
PR.DS — Data SecurityHTTPS-only transport protects data in transit from downgrade and interception.
GV.OC — Organizational ContextPreload requires an organisation to know which domains and subdomains it can support safely.
Recommendation — Apply transport access restrictions so plaintext connections are never accepted. Protect data in transit with enforced HTTPS across the full domain scope. Define the domain scope and ownership before submitting for preload.
NIST SP 800-63Federation and Session Security PrinciplesThe preload model reinforces strong browser-side trust decisions at first contact.
Recommendation — Ensure browser trust and session assumptions are not weakened by initial HTTP access.
OWASP Non-Human Identity Top 10NHI-06 — Secrets Rotation and ExpirationCertificate expiry and renewal discipline are central to avoiding preload outages.
NHI-08 — Visibility and DiscoverySubdomain discovery is needed to ensure every covered host can sustain HTTPS-only enforcement.
Recommendation — Rotate and renew certificates before expiry so preloaded hosts do not fail closed. Inventory all subdomains and endpoint variations before enabling preload.

Deepen Your Knowledge

Sign up to our weekly newsletter — get 33% off our NHI Foundation Level Course

    NHIMG Editorial Note
    Reviewed and updated by the NHIMG editorial team on September 17, 2026.
    NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org