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