mritzmann / markusritzmann.ch

personal website
https://markusritzmann.ch
MIT License
0 stars 0 forks source link

HSTS Preload #29

Closed mritzmann closed 4 years ago

mritzmann commented 5 years ago

Example:

Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
mritzmann commented 4 years ago

Status: markusritzmann.ch is pending submission to the preload list.

mritzmann commented 4 years ago
$ curl -s https://hstspreload.com/api/v1/status/markusritzmann.ch | jq                                                
{
  "domain": "markusritzmann.ch",
  "chrome": {
    "present": true,
    "include_subdomains": true,
    "last_updated": 1577325711
  },
  "firefox": null,
  "tor": null
}

Still waiting for Firefox.

mritzmann commented 4 years ago
$ curl -s https://hstspreload.com/api/v1/status/markusritzmann.ch | jq
{
  "domain": "markusritzmann.ch",
  "chrome": {
    "present": true,
    "include_subdomains": true,
    "last_updated": 1580176916
  },
  "firefox": {
    "present": true,
    "include_subdomains": true,
    "last_updated": 1580178072
  },
  "tor": null
}