logo
GeekFormat

HSTS Analyzer

Bộ phân tích Strict-Transport-Security

Phân tích xem sự kết hợp HSTS max-age, includeSubDomains và preload có đáp ứng các yêu cầu của trình duyệt và danh sách preload hay không.

Tóm tắt phân tích

max-age
365d 0h
includeSubDomains
Yes
preload
Yes
Directive Count
3
Cấu trúc HSTS dường như không có lỗi rõ ràng

Trình tạo

max-age=31536000; includeSubDomains; preload

Xem trước JSON

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