post(hsts): chromium 89

This commit is contained in:
Ming Di Leom 2021-03-11 04:50:28 +00:00
parent 4def850d59
commit 64fd89a9b4
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 7 additions and 1 deletions

View File

@ -2,7 +2,7 @@
title: Enabling HSTS preload in Cloudflare
excerpt: Take note if you have www -> apex redirect
date: 2020-11-22
updated: 2020-12-17
updated: 2021-03-11
tags:
- cloudflare
- security
@ -75,3 +75,9 @@ $ curl -L https://github.com/chromium/chromium/raw/master/net/http/transport_sec
$ grep mdleom.com hsts-chromium.json
{ "name": "mdleom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
```
## Update (11 Mar 2021)
This website is now included in the HSTS list of Chrome 89.
![Chromium 89 HSTS query](20201122/chromium-hsts.png)