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 結構似乎沒有明顯錯誤

建構器

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": []
}