logo
GeekFormat

HSTS Analyzer

Analizator Strict-Transport-Security

Przeanalizuj, czy kombinacja HSTS max-age, includeSubDomains i preload spełnia wymagania przeglądarki i listy preload.

Podsumowanie analizy

max-age
365d 0h
includeSubDomains
Yes
preload
Yes
Directive Count
3
Struktura HSTS wydaje się nie mieć oczywistych błędów

Konstruktor

max-age=31536000; includeSubDomains; preload

Podgląd JSON

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