logo
GeekFormat

HSTS Analyzer

Strict-Transport-Security 解析

分析 HSTS 的 max-age、includeSubDomains、preload 组合是否满足浏览器和 preload 列表要求。

解析摘要

max-age
365d 0h
includeSubDomains
Yes
preload
Yes
Directive Count
3
HSTS 结构看起来没有明显错误

Builder

max-age=31536000; includeSubDomains; preload

JSON 预览

{
  "directives": [
    {
      "key": "max-age",
      "value": "31536000"
    },
    {
      "key": "includesubdomains",
      "value": null
    },
    {
      "key": "preload",
      "value": null
    }
  ],
  "maxAgeSeconds": 31536000,
  "includeSubDomains": true,
  "preload": true,
  "warnings": []
}